Actions

Widget

Infomap: Difference between revisions

From Dragon Eye Atlas

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 57: Line 57:
         // based on the feature found.
         // based on the feature found.
         popup.setLngLat(e.lngLat.wrap())
         popup.setLngLat(e.lngLat.wrap())
             .setHTML(e.features[0].properties.biome)
             .setHTML(e.features[0].properties.Biome)
             .addTo(map);
             .addTo(map);
       }
       }

Latest revision as of 00:22, 28 November 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}}