📄️ Getting Started
Installation
📄️ Center and Zoom Level
Typically we will want to specify the center of the map and the zoom level.
📄️ Tile Provider
A number of tile providers are provided. The default is the Open Street Map provider: osmTileProvider.
📄️ Attribution Layer
Some tile providers request or require attribution.
📄️ Overlay Layer
An overlay layer can be added to display markers.
📄️ Interaction
Some simple hooks are provided to enable interaction with the map.
📄️ GeoJSON Layer
The 'GeoJSONLayer' can display data supplied with that format.
📄️ GeoJSON Loader
The data can also be loaded dynamically.
📄️ GeoJSON Styling
The requestFeatureStyle callback that can be registered to alter the style of a geojson feature. It Takes a geojson feature and a feature state as
📄️ GeoJSON Popups
The renderPopup callback returns a component to render when the mouse
📄️ GeoJSON Marker
The default marker for geojson points is a simple circle. The geojson