fix: remove outdated references to mapbox

Fixes #814
This commit is contained in:
Kevin Schaul
2023-08-25 14:04:22 -05:00
parent a99cbc00ba
commit 5b450106c3
24 changed files with 69 additions and 93 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const Basic = () => (
<div style={{maxHeight: "200px"}}>
<ModalDebug
isOpen={true}
renderer="mbgljs"
renderer="mlgljs"
mapboxGlDebugOptions={{}}
mapView={{zoom: 1, center: {lat: 0, lng: 0}}}
/>