Difference between revisions of "User:Sourcerer/KML tool"

From Geohashing
imported>Sourcerer
m (Usage)
imported>Sourcerer
m (KML Tool)
Line 14: Line 14:
 
* '''lat''' - your graticule latitude - the default is 51 (Grenwich London).
 
* '''lat''' - your graticule latitude - the default is 51 (Grenwich London).
 
* '''lon''' - your graticule longitude - the default is 0 (Grenwich London).
 
* '''lon''' - your graticule longitude - the default is 0 (Grenwich London).
* '''skins''' - like an onion, the number of layers of points sorrounding the home point - the default is 1 - the limit is 6.
+
* '''skins''' - like an onion, the number of layers of points surrounding the home point - the default is 1 - the limit is 6.
 +
 
 +
== Source Code ==
 +
 
 +
[http://nbest.co.uk/kmlGeohash/source.php Source Code]
  
 
[[Category:Implementations]]
 
[[Category:Implementations]]

Revision as of 19:53, 17 January 2016

This calculator creates a KML file.

If Google Earth or another application that understands this file format is installed, it should launch and display the hashpoints for your specified date and graticule.

Bugs and requests

Please put bugs and requests on the discussion tab.

Usage

http://nbest.co.uk/kmlGeohash/index.php?date=2008-05-21&lat=52&lon=0&skins=2

  • date - formatted yyyy-mm-dd - the default is today's date.
  • lat - your graticule latitude - the default is 51 (Grenwich London).
  • lon - your graticule longitude - the default is 0 (Grenwich London).
  • skins - like an onion, the number of layers of points surrounding the home point - the default is 1 - the limit is 6.

Source Code

Source Code