Skip to content

WBerredo/geohash-converter-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geohash Converter

Chrome extension to generate a geohash based in coordinates and vice versa

Installation

Go to the extension page on Chrome Web Store to download and install the extension.

Unpacked extension

If you want to download the zipped package from GitHub, follow the steps below:

  • Unzip the file.
  • On your Chrome Web Browser, Open (chrome://extensions/) or select the menu Window > Extensions.
  • Enable developer mode at the top right.
  • Click Load unpacked extension... and select the source code folder.
  • Use it!

Usage

To use this converter you have 2 options:

  1. Fill the coordinate fields and the geohash will be calculated;
  2. Fill the geohash field and the coordinates will be calculated.

PS: In both options the map will show the place where the coordinates are placed.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Credits

License

MIT