Archive for the ‘Google Earth’ Category
Wednesday, August 6th, 2008
When using the Google’s My Maps feature you can display multiple maps at once simply by ticking the boxes, however the ‘Link to this Map’ will only ever include 1 map, so you can’t easily send a group of maps to someone.
… So a new script - this time under the gokml.net banner - for creating a ‘container’ KML that simply opens a bunch of maps at once - this KML is openabe in Google Earth, but also you can share the link so others can see your batch of My Maps at once in Google Maps.
Create a KML container for a group of My Maps
As a total aside I notice My Maps, now sport a (Geo)RSS feed 

Tags: container, GeoRSS, How To, KML, my maps
Posted in Experimental, GeoRSS, Google Earth, Google Maps, KML, gokml, network-link | No Comments »
Friday, August 1st, 2008
A while ago released a Compass Overlay, which (hopefully) makes reading directions of the navigation control easier. Well this new version does the same, but its (mostly) correct for the Magnetic Direction!
Magnetic Compass beta!
Note: its positioned to fit the navigation control of Google Earth 4.3, not the separate compass, which has only recently begun working for me… Updates a few seconds after stopping moving.
Now have a way to determine the magnetic variation at a location have some other ideas for using this in Google Earth, eg magnetic bearing along a line, but this is a starting point. For example in the uk the variation is often too small to be really seen on the tiny control.
Thanks to heywhatsthat.com for the pointer to a webservice that gives the variation.
Tags: compass, Declination, direction, magnetic, variation
Posted in Google Earth, KML, Nearby, network-link | No Comments »
Sunday, July 27th, 2008
Did someone mention a chart plotter? If so have a look-see:
Google Earth: Map Plotter
Its hot off the presses so don’t know what options it will need yet, just used three example zooms levels - other options would include the mobile map style. (You can change it by altering the link in Properties)
Also its standard Google Maps, as that is all the API offers. Ideally would be proper flight plan data, but would need a Static Map API to work.
Note: The map is centered on the camera position (so is ideal for the Flight Simulator) - and while it can be used in other modes it wont make much sense. If interest could make one that shows the center of the view itself.
Disclaimer: this is entering the gray area of what is possible with the Static Maps API, so might get pulled, etc.
More flight sim tools
Posted in Experimental, Flight Simulator, Google Earth, Google Maps, KML, network-link | 2 Comments »
Saturday, July 26th, 2008
Behold a new network link from nearby.org.uk:
Google Earth GPS
Once you have chosen a destination point, a small arrow will be shown in the bottom right of your Google Earth window, which points towards your destination! Ideal for use in the flight simulator, where you can play follow the arrow.
Note it only updates every 5 seconds, and comes with all sorts of disclaimers such as don’t use in life or death situations.
Tags: arrow, direction, GPS, pointer
Posted in Experimental, Flight Simulator, Google Earth, KML, Nearby, PHP, network-link | 4 Comments »
Wednesday, July 23rd, 2008
Google have recently added walking directions to the Directions feature on Google Maps.
This is a nice addition, and of course its early days, but does throw up some interesting results. The post says “If you’re going 10 km or less (some call this 6.2 miles)”, but if you want to test it out on longer routes, just add &dirflg=w to the url (use the “Link to this Page” link to get a link for the current map), and it does work!
Luckily it knows to avoid using the Motorway (phew!), but it still does favour bigger roads as noted here. Hopefully with time it can pickup on the shortest route rather than the ‘quickest’ which is generally what is used for driving.
I wonder if we will ever get to the point that it includes public footpaths here in the UK? (maybe it will via OSM?) - and as a refinement it could favour known ‘long distance footpaths’ …
Update: GEarthBlog also points out that can use my multi direction to KML tool, to view walking directions in Google Earth! Thanks Frank!
Tags: directions, routing, walking, walks
Posted in Google Earth, Google Maps | 3 Comments »
Thursday, June 26th, 2008
I think I have mentioned this before, but have a page that helps share your KML file via various Google services.
Following a post on the Maps help group, realised could update it with some other ways to use the KML (even non Google!)
So view the latest page at
Publishing your KML for Google Earth, Google Maps and Beyond
suggestions for other links welcome in the comments!
Tags: Google Maps, HowTo, KML
Posted in GeoRSS, Google Earth, Google Maps, HowTo, KML, Nearby, gokml | 1 Comment »
Thursday, June 19th, 2008
Alerted by ogleearth to an interesting mashup with the new Google Earth Plugin, that promises Stereo viewing of earth I couldnt wait to get home to try on my windows machine….
However try as a I might I could not cross my eyes enough to see it in all its glory. So I copied* the code and made the size of of the globes configurable (well I first tried just changing the hardcoded value), and the result is:
stereo-earth.php?s=200
I found I can get it to work on 200pixels, any bigger and just couldnt manage it, but try it yourself (change the numbers in the url).
Another tip: press F11 to remove distracting screen clutter.
* The original Google demo is under the Apache licence, so assume the Stereoscopic version is too, so this one is also, although the PHP is rather boring.
Tags: 3D, API, Google Earth, plugin, Stereoscopic
Posted in Google Earth | No Comments »
Friday, May 30th, 2008
I’ve been following the blogosphere re the recent introduction of the Google Earth API. Which is a slightly lightweight version of Google Earth packaged in a browser, but with a quite rich Javascript/KML hybrid scripting interface.
There has (IMHO) been some misconceptions about exactly what this is, the hype (and I partly fell into the same trap) seems to surround its bringing Google Earth (aka 3D) to the browser - which it certainly does, but as Ed Parsons notes:
“in that context it should become clear that the big announcement of the Google Earth plug-in, is more about adding a API to earth, than bringing 3D functionality to the browser.”
its not the biggest thing - its that it opens Google Earth to scripting!
And being browser based brings reasonably familiar, and cross platform, Javascript to the table, effectively obsoleting the unsupported COM API (and ActionScript?).
As many blogs note 3D in the browser is not that new, LiveMaps (or what ever it called now. virtual earth?) has had it for a while, not to mention WorldWind (java), and the myriad of other 3D globes.
(however the one area this is good on the web, is it allows much larger datasets to be displayed and intereacted with - in already existing Google Maps API mashups - with little work)
Tags: API, not 3d in browser
Posted in Google Earth, Google Maps, KML, geo | No Comments »
Wednesday, May 28th, 2008
Google has just announced a new Google Earth API - which allows embedding and fully functional Google Earth in just about any webpage. Even is easily intergratable with Google Maps API mashups - with very little extra code. (takes a number of seconds for that news to sink in!)
Be sure to checkout the samples, (particularly the milktruck demo!), I’ve also started trying it out with a few demos of my own…
…Windows only btw…
Expect A LOT MORE from this very flexible looking API - the JS interface can quickly interact with objects (API is based around KML) and gets pretty good control of interface options.
Update: mentioned on gearthblog.com which is a good introduction about what this is and what its not!
Update2: and to show it can basically be added to a ‘real world’ Gmaps mashup, in a few lines of code, see here
Tags: API, browser, Google Earth, javascript, plugin, web
Posted in API, Google Earth, Google Maps, KML, geo, online maps | 4 Comments »
Saturday, April 26th, 2008
While playing with the new navigation in Google Earth 4.3, noticed its not always easy to get your bearings (bad pun), also been wanting to play in PSP today, so set to do something about both. The result? A ScreenOverlay showing a compass star on the navigation control.
. GE Compass Star (without numbers)
Note: I do also have a network link that shows the more exact bearing as a placemark label.
(part inspired by)
Updated to add: This has inspired a similar compass that rotates, nice work Gerardo64!
Tags: bearing, compass, direction, Google Earth
Posted in Google Earth, KML | 2 Comments »