MapMyGlobe

Archive for October, 2007

MapMyGlobe goes Satellite

Tuesday, October 30th, 2007

In addition to the Map view, you can now set Satellite and Hybrid views on your pages. To keep it simple, the “Set center/zoom” button now incorporates the view type setting and is now labeled simply “Set viewport”.

mapmyglobe-satellite-small.png

The Satellite view, together with the transitions described in the previous post, allows some neat animations. You can try this one out.

User-Generated Animation

Monday, October 29th, 2007

I’m happy to introduce MapMyGlobe’s new feature: the ability to animate transitions between frames, i.e. to zoom or unzoom smoothly instead of just switching the viewport to a different location. Right now, this transition is computed from just the frames’ view centers and zoom levels, however, I don’t exclude the possibility of a finer-grained control by the user in the future. Until then, try it out, it’s pretty cool…

movie-camera.jpg

Actually, it looks like Google might be willing to roll out a similar user-generated animation feature in their MyMaps app as well. One proof of that being Mark Clark of Google’s London Underground map. He actually uses the same map.panTo() GMaps function that we do.

By the way, it looks like another huge trend might just have emerged at Google Maps/Earth. I’m speaking of the incorporation of imagery from the Southern California fires into Google Earth. As far as I know, it is the first time that Google’s imagery team publishes map tiles relevant to the news, at such a large scale, and as quickly as that. Which makes me think that at some point, any big event visible from the sky will be available on the web almost in real-time

Collaborative Mapping that works (2): An overview of Web Mapping apps

Saturday, October 27th, 2007

As a follow-up to the previous post, I felt the need for an overview of Collaborative Mapping applications, how they differ from MapMyGlobe, and why MapMyGlobe is better :)

A first category is made of apps whose goal is to collaboratively make map tiles, as opposed to annotating existing ones. This category contains some really cool projects, the most prominent being OpenStreetMap. These projects are very promising and sooner or later their data will be more accurate than traditional (non-User-Generated), commercial map tiles, and their API will be a huge competitor to Google and Live Maps. However as I said, we at MapMyGlobe are focusing on annotating current map tiles.

A second category of apps regroups projects that are technically very close of what MapMyGlobe does, but that can just not be called collaborative apps: in those apps, an individual creates a private map by annotating a provider’s map tiles, and either sends it to his friends, or makes it public, but viewers don’t have the ability to edit it. In this category are initiatives such as Wayfaring, and of course Google’s My Maps.

The third category is a subtle variant of the second one, where mappers don’t really add their own content to the maps, but rather link to other data sources. Contrary to the second category, most of these apps can be called collaborative, because everybody can usually add data from the data sources. Examples of such mashups include Panoramio, a Spanish app that enables pinning pictures on a map, and that was recently bought by Google, or GeoNames, which allows users to pin Wikipedia articles on the map.

The fourth category differs from the third by the fact that the app has its own content, i.e. it’s not a mashup anymore. MapMyGlobe is in this last category. Everybody can edit the content that’s really the app’s content, not content from a third party. The project that would be most closely related to that, especially on the technical side, would be WikiMapia. However MapMyGlobe differs from WikiMapia by two things: first, while WikiMapia is an attempt at a very generalistic description of the world - which is essentially, placenaming -, MapMyGlobe has a precise purpose: being an virtual travel guide. Second, WikiMapia’s places’ descriptions are static in the sense that some textual content is attached to a particular location. However, MapMyGlobe aims at providing a more interactive way to visit places, thanks to user-defined animations and graphics.

In conclusion, I believe there’s more and more space in today’s internet for collaborative mapping apps, and I hope MapMyGlobe will be a part of this collaborative revolution :)

Collaborative Mapping that works

Sunday, October 7th, 2007

The title of this post is a reference to Ward Cunningham’s original description of the wiki as “the simplest online database that could possibly work“. While in theory, you could build an online database by just opening a web interface to your data, this approach just wouldn’t work without basic functionalities such as easy editing - the fact that you can type into a browser form instead of a database field -, open structure - the ability to edit the pages’ organization in addition to the pages’ data -, and most importantly, version control - the fact that all changes or deletions are kept track of and can be reversed in a matter of seconds.

edit-polygon.png

In addition to these basic functions, Collaborative Mapping implies the ability to easily edit graphical stuff: either the map tiles themselves (but that’s a different approach), or, in our case, the map’s overlays. Thus the design problem facing us is to build an application that verifies each of the three properties stated above. In addition to some technical and practical problems - for instance, how do you build an interface to easily edit a polygon? - a few theoretical problems arise as well - for example, what does revision control mean when you’re dealing with sets of points?. The same kind of issues arise with the way frames and pages are organized. The goal is to find an expressive, yet simple solution to these problems. Yesterday I pushed production code’s iteration #2 which corrects a few bugs, and is a step further in that direction. Hope you like it :)

Brian Behlendorf vs. Natalie Portman

Tuesday, October 2nd, 2007

One of the great things about being a University student is that you get to see remarkable people. Today I got the chance to attend talks by both Brian Behlendorf and Natalie Portman. While both talks were insightful, the speakers kind of have different profiles and backgrounds :) so I thought it would be interesting to draw parallels and differences between the subjects.

Both speakers actually aim at making the world a better place, albeit in a different way. Behlendorf advocates for open source and collaborative development as a means to empower the masses, and Natalie Portman is an ambassador for a microfinance organization that “promotes micro-lending to help finance women-owned businesses in poor countries“.

I claim there are a couple of parallels between both activities. Microfinance is a form of collaboration if you come to think about it, where lenders and borrowers come together to agree on rules and future development. And open source software - well, at least the one that’s free - enables computer users with little to no resources (e.g., students) to have access to software, the same way microfinance enables poor people to have access to banking services. Moreover, as Brian Behlendorf stated it, collaborative development is hardly limited to software. His company CollabNet built a collaborative system for HP’s electronic circuits. Why not build one for microcredits? Finally, we all know collaborative development implies organizational tools and communication means between developers. Well, microcredit implies easier communications means too, and a great example of that is that a microfinance company recently decided to give a cellular phone to every one of its clients.

Thus, the goal of these non-traditional business practices is to create a virtuous circle, where collaboration sheds more social and economical efficiency, which in turns sheds more collaboration.

Besides these analogies which might sound a bit rhetorical, there’s something that I feel the open source community and the software industry at large could benefit from, and that I’m going to try and articulate. What’s truly innovative about microfinance organizations is that economic and social development is created from below, in the sense that some responsability is given to the very poorest on the planet. This is why the educational value of microcredit is huge. In comparison, current software collaborative development is much less accessible. Barriers to entry to a collaboration project are very high, and the meritocracy behind most organizations can turn into an elitist system, where protagonists really come from the top tiers of academia and corporate research. Since collaborative development is reserved to people that are already literate, there is no real educational value for developers who are either in training, or from parts of the world other than the US. That may explain why outside of the Silicon Valley - as a caricature - most of the web, for example, is 3 or 4 years behind.

That concludes my long post today about a topic that’s undeniably related to collaborative mapping apps such as MapMyGlobe. I’ll end up saying I am grateful to the speakers for inspiring me, both of them - although one of them is somewhat sexier, but I’ll let you decide who :)