Google Earth – Creating Dynamic 3D KML overlays on the Globe
Something I helped work on awhile ago creating dynamic charts on top of a Google Earth map. Worked pretty spiffily so I’ll be writing up some examples on how its done.
Something I helped work on awhile ago creating dynamic charts on top of a Google Earth map. Worked pretty spiffily so I’ll be writing up some examples on how its done.
An example of a KML I made using an Arduino hooked up to a data logger and a GPS module(MTK3339) from Adafruit. I turned it on when I went to/from work, the accuracy is pretty good for something that was still on a breadboard, in a box, and...
Just a test page of javascript stuff working through ESRIs ArcGIS online. http://www.benty.org/Java/java.html ESRI also has a spiffy sandbox to play around with here :http://developers.arcgis.com/javascript/sandbox/sandbox.html Code from the book Building Web and Mobile ArcGIS Server Applications with JavaScript at Amazon 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283<!DOCTYPE html> <html> <head> <title>Create a Map</title>...