Map libraries
Libraries used to create React web maps
Last updated
Was this helpful?
Libraries used to create React web maps
Last updated
Was this helpful?
For a high-level view of the mapping in Moped, see the and . The rest of this documentation goes into greater detail on these topics.
The Mapbox access token is managed through the Austin Transportation Mapbox account. See the credentials in the DTS 1Password vault to access . The access token use is restricted to specific URLs that allows local development, testing with (http://bs-local.com:3000/), and preview, staging, and production Netlify deployments but restricts usage from URLs outside these use cases.
Nearmap access and the API key is managed by CTM and can be inquired about through the . The API key is stored in the DTS 1Password Developers vault and is titled Moped Nearmap API Key.
This is a Vis.gl (Uber) library that provides a React API for and serves as a client to present and select geographic data within Moped. An example of the data represented in the web maps in this application is the project extent created in the New Project workflow or viewed in the Project Summary view.
This is a module that provides tools to draw, edit, select, and delete free-drawn features to a react-map-gl
map component.
This is a React wrapper for which uses the to geocode. To limit the geocoder results, the the bbox
prop of this library is used along with the bbox
array from the feature collection returned from (Austin Full Purpose Jurisdiction).