Skip to content

Instantly share code, notes, and snippets.

@dfrho
Last active November 6, 2017 17:51
Show Gist options
  • Save dfrho/7c3523fd62b8d56eae867be9b61246bb to your computer and use it in GitHub Desktop.
Save dfrho/7c3523fd62b8d56eae867be9b61246bb to your computer and use it in GitHub Desktop.
new mapboxgl.Map settings
var map = new mapboxgl.Map({
container: "map",
style: "mapbox://styles/bubbasdad/cj8krq0rm57zw2sor4hhor04o",
maxZoom: 18,
minZoom: 9,
center: [-73.996, 40.71],
zoom: 9.76,
buffer: 256,
scrollZoom: true,
"source-layer": "nycparks-ad16j1"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment