Chrome extension to generate a geohash based in coordinates and vice versa
Go to the extension page on Chrome Web Store to download and install the 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!
To use this converter you have 2 options:
- Fill the coordinate fields and the geohash will be calculated;
- 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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request