Skip to content

Instantly share code, notes, and snippets.

@hanislovingit
Created April 22, 2015 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanislovingit/9a3f9b4d66ac94e4c290 to your computer and use it in GitHub Desktop.
Save hanislovingit/9a3f9b4d66ac94e4c290 to your computer and use it in GitHub Desktop.
Mapbox-creation-api-popup
var popup = L.popup()
.setLatLng(latlng)
.setContent('<p>Hello world!<br />This is a nice popup.</p>')
.openOn(map);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment