★ Update to Google Maps lookup for ENVI
posted Mon 17 Apr 2006 by Michael Galloy under ENVII upgraded to Version 2 of the Google Maps API. The benefits of Version 2 of the API that are applicable for the ENVI lookup user routine are:
- The Overview map control displays a collapsible overview map in the lower-right corner of the browser window.
- The Javascript is half the size, so it should be a faster download.
- Increased imagery resolution and coverage.
- Other customization features make future enhancements to
MG_GOOGLE_LOOKUP
possible.
The best part is that all the changes are on the server side, so this will just happen automatically for those who are using MG_GOOGLE_LOOKUP
already. If you for some reason want to keep using Version 1 of the Google Maps API, change the URL inside MG_GOOGLE_LOOKUP
from envi_lookup.html
to envi_lookup1.html
.
See previous post Google Maps lookup for ENVI.
September 24th, 2006 at 12:03 am
[…] I just wanted to give context to imagery viewed in ENVI (similar to my Google Maps user function). mg_write_kml produces a KML file and an image suitable for viewing in Google Earth. The KML file includes lat/lon information to locate the image. The user function is only one file: mg_write_kml (docs). […]
October 12th, 2006 at 1:05 pm
Google is turning Verson 1 of the Google Maps API off in the first week of November, so the url with “envi_lookup1.html” will no longer work then.