KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
leaflet.w3w
★ 12
Open GitHub ↗
Leaflet JS What3Words Plugin
Download README (.md)
Explore Similar Repositories
domino-firmware
:
This is the firmware and source code for Domino
p-checker
:
p-checker: The one-for-all p-value analyzer. R-Index, p-curve, and more in one online app.
CIG
:
SDR Platform for Controllable Interference Generation
Awesomstar
:
Awesome (star)rating system with PHP, MySQL and pure JavaScript.
advanced-oop-in-php-with-tests
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
leaflet.w3w
?
Download (.md)
# leaflet.w3w Leaflet JS What3Words Plugin A demo example webpage is included to test this on. You will need your own What3Words API key from: http://developer.what3words.com/ Just include the js file and css file and add the snippet below var w = new L.Control.w3w(); w.addTo(map); map.on('click', function(e) { w.setCoordinates(e); }); Happy Coding! D