Login to follow
MapBox

MapBox (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 10 November 2022 by Noesis
MapBox

MapBox (ODC)

Details
Detailed Description

This component encapsulates most of the methods of the mapbox-gl-js library (https://github.com/mapbox/mapbox-gl-js) and the mapbox-gl-controls library (https://github.com/bravecow/mapbox-gl-controls).

Some of the functionalities of this component are:

  • Add a map to your UI;
  • Add Controls (Zoom in/out, Different Map Styles, Ruler...);
  • Add a data source and display geographic points on the map using geoJSOn;
  • Have a list which will update itself based on the current data points that you can see on the map (if you are viewing the whole world it will display all data. When you zoom, for example Africa, it will display only the data in Africa);
  • More.