Categories

GeoLocateFox

The latest info on this project can be found at:
http://geolocatefox.mozdev.org

What does it do?

It adds a new icon to the lower right hand side of your browser. A little gray globe. The globe illuminates if the website your visiting supports GeoLocation. You can then put your mouse over the icon to view where the website is located. You can click on the icon to get a larger view of the Map.

Why No Google Map?

Currently this extension only supports Yahoo! Maps. The intent is to support multiple mapping providers including Google, but to date only Yahoo! has a terms of use that allow for non-web application use. Google explicity prohibits such use right now. They were contacted by me in mid December about this extension, but to date have not replied with permission to include their service. While it may in theory be ok
to do considering Firefox is a web browser, and we are not doing anything harmful, I don’t wish to get into any trouble, it’s their API, and I respect that.

Hopefully I’ll get an email from *@google.com saying they would love for me to include them. Of course if anyone reading this works for Google Inc. and would facilitate such an action, please do so.

International Support?

Yahoo seems to only be supporting the North America right now. They don’t have map coverage of anything else. Hopefully (like Google) that will change with time. There’s nothing I can do about that, but when Yahoo adds support (which I believe they will) the extension will become even more useful.

How can I geocode my website?

The easiest way is to simply add:

<meta name="ICBM" content="[Lat,Long]" />

to your website somewhere between <head> and </head>. Replace [Lat,Long] with your coordinates (latitude, longitude separated by a comma). You can also use geotags.

3 replies on “GeoLocateFox”

[…] Es gibt eine nette kleine Firefox-Erweiterung, die Geolokations-Tags ausnutzt: GeoLocateFox setzt ein kleines Icon in die Statuszeile des Browsers. Dieses Icon leuchtet auf, wann immer man auf einer Website landet, die Geolokation unterstützt. Wenn man mit der Maus über das Icon scrollt, wird eine kleine Karte eingeblendet, die anzeigt, wo die Site ihren Ursprung hat. […]

[…] There is a firefox extension that adds locational information for select web pages. See http://robert.accet tura.com/projects/geolocatefox for more info. Click here with your browser (Firefox) for download and install. Extension adds a little globe in the bottom right of the browser, which glows yellow when it detects a geo-enabled web page. Hover for a small pop up window, and when double clicked, it will bring up a new window with maps.yahoo.com and display whatever locational information saved with that particular web page. See the GIIF web site for an example. All you have to add to your own web page in order to geo-enable it is a simple geo-tag (eg. place somewhere between HEAD and /HEAD in your default.html file). […]