Infomap: Difference between revisions
From Dragon Eye Atlas
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
map.on("load", function() { | map.on("load", function() { | ||
map.setLayoutProperty('realms-labels', 'visibility', 'none'); | map.setLayoutProperty('realms-labels', 'visibility', 'none'); | ||
map.setLayoutProperty('POIs', 'visibility', 'none'); | |||
// Create a popup, but don't add it to the map yet. | // Create a popup, but don't add it to the map yet. |
Revision as of 09:02, 6 October 2019
Mapbox-GL-JS Information Map Widget
Parameters
- lon, lat, zoom - longitude, latitude and zoom for the map (defaults: 1, 30, 4)
- width, height - dimensions of the map itself on the page, in px or % (defaults: 100%, 600px)
Examples
- {{#widget:Mapbox|bounds=[[0, 25], [8, 31]]}}
- {{#Widget:Mapbox|lat=31|lon=-15.5|zoom=3}}