Tag Archives for google
adding google srid (900913) to postgis
I was loading some openstreetmap data into my postgis, when I noticed that postgis doesn’t include the unofficial google projection (900913). The official one is 3785, but osm2pgsql still uses 900913. Searched around a bit, and found following working insert … Continue reading
Open Source Servlet Engine from Google
Yesterday, Google released there own custom servlet engine, well, kinda… Article: Google Open Source Blog: OpenGSE Released The article says that this servlet engine is in the core the same as the one that powers GMail, nice. However it’s not … Continue reading
Playground for Google AJAX API’s
Cool new toy from the Google Factory: A playground for the Google AJAX Api’s where you can test most of their api’s in realtime! Go check it out at: http://code.google.com/apis/ajax/playground/