Open source mapping tools built by The Wall Street Journal.
A JavaScript library for creating beautifully simple maps in seconds.
Add Leaflet, Leaflet Minimap, pinpoint.js, pinpoint.css and <div id="map-el"></div>
to your page.
Then use this to create a new instance of Pinpoint:
var map = new Pinpoint({
"lat": 51.5049378,
"lon": -0.0870377,
"zoom": 3,
"aspect-ratio": "wide",
"markers": [{
"lat": 51.5049378,
"lon": -0.0870377,
"text": "London"
}]
});
Full documentation available on GitHub.
A self-hosted web app for creating and editing Pinpoint maps.
Installation instructions and full documentation available on GitHub.