|
FAQ
Some questions that might be frequently asked, if anyone asked questions at all
Featured FAQ
You don't. Just download the zip, extract it all, and run GMaptBrowser.hta. You'll need to maintain the directory structure. Actually, they're a convenient way of working with the Google Maps Javascript APIs in a desktop context, with filesystem access. HTAs are HTML Applications. Basically, a browser model without any of the security, so they're just as dangerous as any other program you'd run on your computer. Note that HTAs use Internet Explorer, so it must be installed on the system. A few possibilities. This was just happenstance. I started toying with the idea of needing something like this a day before v3 was announced. I figured I might as well try writing it in version 3 as a learning exercise, and now here we are. In addition to the Google Maps API (v3), GMaptBrowser makes use of two open source google maps utilities for better zooming, and proj4js for converting between coordinate systems. Ouch. I didn't think it was quite that bad. For a rather specific use case (needing to browse geographically, looking at aerial data, in several programs at the same time), it's actually quite helpful. However, one can only use the Google Maps API for a desktop application if one makes it freely available. I didn't like the 'letter of the law' idea of putting something on a random website without advertising it, and hardwiring in code so that it was really only useful to my precise case, so I tried to broaden it out until it would be at least somewhat useful to others. This is what I've come up with so far. Maybe it could. Send suggestions! |
► Sign in to add a comment