stadia-tile-map
v1.0.13
Published
## Usage
Downloads
41
Readme
Stadia tile map
Usage
import {StadiaGeoJSONMapRemote} from "stadia-tile-map";
And in your render method return:
< StadiaGeoJSONMapRemote geojsonUrl='https://raw.githubusercontent.com/PublicaMundi/MappingAPI/master/data/geojson/us-states.json' stadia_api_key='YOUR-STADIA-API-KEY' />
You can use any geojson file.

