Links List 6.27.08

June 27th, 2008by Sean Gorman

With Monday’s unveiling of Google’s Map Maker, Google account holders now have the ability to edit and add to certain Google Maps. The Map Maker currently only allows for map editing in a select group of countries including Cyprus, Iceland, Pakistan, Vietnam and the Caribbean nations. Functions of the tool include custom map creations, borders and regions, places of interest and road networks.

ESRI released their downloadable application, ArcGIS Explorer 480, this week. The upgraded version still offers the same basic function of geoprocessing services, but with major improvements such as KML improvements and increase in performance.

Nokia acquired Plazes, an LBS social mapping network. Plazes provides updates of friends’ activities in a find me/follow me type of service. The social mapping application will take Nokia one step closer to “bringing people and places together” and also acknowledges the rise and demand of LBS.

Microsoft and Virtual Earth launched a program that allows state and local governments to share their imagery, called GoVE. All of the imagery from these governments, municipalities and aerial photographers gets sent to Microsoft, which in turn is published by Virtual Earth.

Popularity: 15% [?]

The first of our series on “Cartography and the GeoWeb” covers the cartography of GeoWeb base maps - one of the most obvious places cartography is applied on the GeoWeb. The tiles from Google, Yahoo and Microsoft are nearly ubiquitous in map mashups. As each of the technology giants got into the mapping game, they had to make many cartographic decisions on how they would present data on a map. This leads to a myriad of mapping option ranging from the color palette selected for map elements, to font and to the placement of labels on the map. To see the effect these different choices can have on a base map, check a comparison of cartography for the street base maps of the three providers below:

yahoo_maps_cart

Yahoo Maps

msve_map_cart

Microsoft Virtual Earth

google_maps_cart

Google Maps

When it comes to cartographic design I would rank it 1) Yahoo 2) MSVE 3) Google, which should not be too surprising since Yahoo! hired a bunch of cartographers to design theirs. Since Yahoo! unveiled their new cartography, Google has introduced terrain view and MSVE has added elevation reliefs to their maps as well - although I cannot for the life of me find a reference to when the upgrade happened.

While the race for more content, and sometimes more cartography, has raged amongst the big three providers, there has been a backlash in the developer community. This was most poignantly seen in Paul Smith’s “Take Control of Your Map” article on A List Apart. As you can see in the screen shots above, the base maps from Google, Yahoo and Microsoft have become pretty crowded and dense. Many Web designers would like to control the design on their maps the same way they do their Web pages leading to a movement to “roll your own maps”.

This movement has leveraged the pioneering work of OpenStreetMaps to create their own independent base maps for streets. The OSM effort led to creation of applications like Mapnik and Osmarender to style the GPS data they collected for the project, although both are some what notorious for their lack of usability. This has not stopped EveryBlock from using Mapnik to make custom maps for their data.

everyblock_map_carto

The map is definitely less busy than the big three providers, and I believe suits EveryBlocks purposes well, although I might have gone with a different color combination. The beauty, though, of EveryBlock’s approach is that if I wanted another color sequence, I could take Mapnik and OSM data and have at it. I believe it is just one of the many examples we’ll see democratizing cartography - allowing the public to “roll their own”.

Popularity: 28% [?]

Virtual Earth vs. Google MyMaps KML Support

April 26th, 2008by Sean Gorman

As we’ve been putting GeoCommons through its paces I’ve been testing KML files we generate in different applications. The most interesting comparison by far has been between Virtual Earth and Google MyMaps. I did a high level comparison of the two plus Yahoo! MapMixer a few blog posts back, but after testing several KML files in each I thought it would make for a good follow up. Especially after Michael Jones’ comments to James Fee’s post about KML being the HTML of the GeoWeb.

The good news is that both Virtual Earth and Google Maps support KML, and we are seeing a greater number of applications supporting it and GeoRSS as GeoWeb standards. As the standards get picked up it will be interesting to see how they are supported and how applications differentiate themselves in doing so. Already we can see this beginning between the two titans (Microsoft and Google) expressing how their support of KML has advantages over the other. So, I thought I’d share what our experience was testing with both applications.

Google KML Support

For testing purposes I started off with a polygon data set of the 100 most polluted counties in the United States. The upload process for Google MyMaps was straight forward and my uploaded KML (or GeoRSS) file prepopulated a title and description field. Then after a bit of chugging rendered the KML file on the map. You can see the map I created embedded below:


View Larger Map

If you look closely you’ll notice that there are not 100 counties on the map (only about 44). Google MyMaps will support 200 pushpins on a map, but when you add in complex polygons the number of polygons and associated pushpins it will support goes down significantly. In the MyMaps application it gets around this problem by paginating the KML file into multiple maps each supporting the maximum number of pushpins, lines or polygons. Unfortunately you can only embed one map page at a time, so the map above only shows the first set of polygons.

An interesting observation in the Microsoft blog post about KML support noted that, “on Google Maps the polygons representing the parks didn’t load at all”. Our KML rendered the polygons fine, but we took an extra step in GeoCommons to generate our polygons as multigeometries where a pushpin with the data is included inside the polygon and highlights when you mouse over (at least in Google Earth). So, my hunch is that in order to get polygon KML to render in Google MyMaps you need to structure it as a multigeometry, or they’ve added the functionality since then. It would be great to not to have to add the pushpin to get the data, and enable clickable polygons in both Google Earth and Google Maps.

On the plus side Google MyMaps does a good job handling multi-polygons. A multi-polygon is when you have multiple polygons representing one geographic entity. For instance the United States of America consists several separate polygons, including Alaska, the Hawaiian Islands, and the contiguous states. Several of the counties in our test data set had multi-polygons and you can see those rendered in detail in the embedded map below:


View Larger Map

A second plus for Google MyMaps is balloon support for the data that shows all the attributes in a nicely parsed list. Even when I loaded up a census data set with 74 attributes it listed them all out with a scroll bar. So to recap:

Advantages = prepopulated title and description, quick load, multi-polygon support, full listing of data attributes.

Disadvantages = limited number of polygons rendered on one map, requires multigeometry KML to support clickable polygons, slow rendering of polygons, no ability to export KML or other standard.

Virtual Earth KML Support

Virtual Earth KML support is provided through the “Collections” feature. When you click “Import Collection” you are given the option to add a KML file (or GeoRSS or GPX). I uploaded the same county pollution file and Virtual Earth chugged along for a bit then gave me a message saying, “100 out 100 items uploaded”. I’ve tried this with other files and if the files has more than 200 features it will not upload all of them - just the first 200 then stop. Also if your KML file is over 2mb it will tell you it is too large. Over all this is a nice feature that lets you know the bounds of the system and what will work and what will not.

The second nice part is that all 100 counties made it on one map instead of just 44 as with Google. A second bonus was that Virtual Earth did not need the multigeometries to support the clickable polygons rendered on the map. In fact the multigeometries we included in our KML generation caused both a pushpin to be drawn and and second square that gets highlighted when you mouse over the polygon. You can check out the map here and see the screen shot below:

MSVE_polygons

Sadly Virtual Earth does not support embeds, so just the screen shot and link. Another small ding, a,s you can see in the screen shot, is that Virtual Earth does not support multiple polygons. The spots where you see push pins instead of polygons is indicative of multiple polygons representing a county, like Galveston, that could not be rendered so a push pin was placed there instead. It still gets the job done, but there is still something dissatisfying about America’s or any other political unit’s borders being replaced by a push pin. The last complaint is Virtual Earth only supports a limited number of characters for attributes, so when I tested a census file with 74 attributes I only got the first twenty or so and they were not well formated. So to recap:

Advantages = ability to render more polygons, ability to render polygons faster, ability to support clickable polygons without mulitgeometries, ability to export KML (and other formats)

Disadvantages = inability to support multi-polygons, slow to load KML, limited support of data attributes, no support of balloon styling

Over all I would give a slight edge to Virtual Earth when it comes to KML support from our unique perspective. Specifically the ability to load a larger number of polygons on a map and make those easily clickable allows more of our content to be leveraged at this point. It will be interesting to see how Google, Microsoft and others continue to enhance KML support to make more data available. I believe there is still a long way to go and the vast majority of the datasets in GeoCommons are too large for either to handle at this point. As the GeoWeb and the data it interconnects becomes more sophisticated I think it will be a necessity to greatly increase the amount and complexity of data that can be handled in a browser based map. Hopefully the market pushes Microsoft, Google and others to innovate in that direction.

Popularity: 90% [?]