<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: google-maps-api</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/google-maps-api.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-05-20T21:07:10+00:00</updated><author><name>Simon Willison</name></author><entry><title>Google Maps Data API</title><link href="https://simonwillison.net/2009/May/20/mapdata/#atom-tag" rel="alternate"/><published>2009-05-20T21:07:10+00:00</published><updated>2009-05-20T21:07:10+00:00</updated><id>https://simonwillison.net/2009/May/20/mapdata/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://code.google.com/apis/maps/documentation/mapsdata/"&gt;Google Maps Data API&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I’m disappointed by this one—it’s really just a CRUD store for the KML files used in Google MyMaps. It would be a lot more useful if it let you perform geospatial calculations against your stored map data using some kind of query API—a cloud service alternative to tools like PostGIS.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://googlegeodevelopers.blogspot.com/2009/05/introducing-google-maps-data-api-in.html"&gt;Google Geo Developers Blog&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/apis"&gt;apis&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/gdata"&gt;gdata&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/geospatial"&gt;geospatial&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-maps"&gt;google-maps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-maps-api"&gt;google-maps-api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/googlemapsdataapi"&gt;googlemapsdataapi&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/kml"&gt;kml&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/postgis"&gt;postgis&lt;/a&gt;&lt;/p&gt;



</summary><category term="apis"/><category term="gdata"/><category term="geospatial"/><category term="google-maps"/><category term="google-maps-api"/><category term="googlemapsdataapi"/><category term="kml"/><category term="postgis"/></entry><entry><title>Map Maker for Developers</title><link href="https://simonwillison.net/2009/Feb/21/google/#atom-tag" rel="alternate"/><published>2009-02-21T09:05:57+00:00</published><updated>2009-02-21T09:05:57+00:00</updated><id>https://simonwillison.net/2009/Feb/21/google/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://googlegeodevelopers.blogspot.com/2009/02/map-maker-for-developers.html"&gt;Map Maker for Developers&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Tiles from Google’s Map Maker crowdsourcing effort are now available in the JS and static maps APIs on an opt-in basis. Maybe I’m misunderstanding something here, but Google Map Maker seems like a big step backwards for open geographic data. People donate their mapping efforts to Google, who keep them—unlike OpenStreetMap, where the donated efforts are made available under a Creative Commons license.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/creative-commons"&gt;creative-commons&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/crowdsourcing"&gt;crowdsourcing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/googlemapmaker"&gt;googlemapmaker&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-maps-api"&gt;google-maps-api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/openstreetmap"&gt;openstreetmap&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/staticmaps"&gt;staticmaps&lt;/a&gt;&lt;/p&gt;



</summary><category term="creative-commons"/><category term="crowdsourcing"/><category term="google"/><category term="googlemapmaker"/><category term="google-maps-api"/><category term="openstreetmap"/><category term="staticmaps"/></entry><entry><title>ExtInfoWindow 1.0: Ajax powered, CSS customization</title><link href="https://simonwillison.net/2007/Dec/15/extinfowindow/#atom-tag" rel="alternate"/><published>2007-12-15T12:22:51+00:00</published><updated>2007-12-15T12:22:51+00:00</updated><id>https://simonwillison.net/2007/Dec/15/extinfowindow/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://googlemapsapi.blogspot.com/2007/12/extinfowindow-10-ajax-powered-css.html"&gt;ExtInfoWindow 1.0: Ajax powered, CSS customization&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Finally, a semi-official way of creating customised info windows for the Google Maps API. You lose the default shadow but gain the ability to style the entire info window using CSS.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ajax"&gt;ajax&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/css"&gt;css&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/extinfowindow"&gt;extinfowindow&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-maps"&gt;google-maps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-maps-api"&gt;google-maps-api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;&lt;/p&gt;



</summary><category term="ajax"/><category term="css"/><category term="extinfowindow"/><category term="google"/><category term="google-maps"/><category term="google-maps-api"/><category term="javascript"/></entry><entry><title>Shadowmaker</title><link href="https://simonwillison.net/2007/Dec/10/shadowmaker/#atom-tag" rel="alternate"/><published>2007-12-10T15:45:15+00:00</published><updated>2007-12-10T15:45:15+00:00</updated><id>https://simonwillison.net/2007/Dec/10/shadowmaker/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.cycloloco.com/shadowmaker/"&gt;Shadowmaker&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Upload a PNG with a transparent background and get back a shadow image suitable for use with the Google Maps API.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/google-maps"&gt;google-maps&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-maps-api"&gt;google-maps-api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/png"&gt;png&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/shadowmaker"&gt;shadowmaker&lt;/a&gt;&lt;/p&gt;



</summary><category term="google-maps"/><category term="google-maps-api"/><category term="png"/><category term="shadowmaker"/></entry></feed>