SkillAgentSearch skills...

Leaflet.w3w

Leaflet JS What3Words Plugin

Install / Use

/learn @davidpiesse/Leaflet.w3w
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2y ago
Forks6

Languages

JavaScript

Security Score

60/100

Audited on Apr 16, 2023

No findings