diff --git a/src/components/MapMaplibreGl.tsx b/src/components/MapMaplibreGl.tsx index 10d001fc..50ede15f 100644 --- a/src/components/MapMaplibreGl.tsx +++ b/src/components/MapMaplibreGl.tsx @@ -75,7 +75,7 @@ type MapMaplibreGlState = { geocoder: MaplibreGeocoder | null; zoomControl: ZoomControl | null; zoom?: number; - protocol: Protocol | null; + pmtilesProtocol: Protocol | null; }; class MapMaplibreGlInternal extends React.Component { @@ -95,7 +95,7 @@ class MapMaplibreGlInternal extends React.Component { this.forceUpdate(); @@ -140,7 +140,7 @@ class MapMaplibreGlInternal extends React.Component { @@ -166,8 +166,7 @@ class MapMaplibreGlInternal extends React.Component