diff --git a/package-lock.json b/package-lock.json index 999786d75..519421118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "maputnik-design": "github:maputnik/design#172b06c", "ol": "^6.14.1", "ol-mapbox-style": "^7.1.1", - "pmtiles": "^3.1.0", + "pmtiles": "^3.2.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-accessible-accordion": "^5.0.0", @@ -8853,9 +8853,9 @@ "integrity": "sha512-VJK1SRmXBpjwsB4YOHYSturx48rLKMzHgCqDH2ZDa6ZbMS/N5huoNqyQdK5Fj/xayu3fqbXckn5SeCS1EbMDZg==" }, "node_modules/pmtiles": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.1.0.tgz", - "integrity": "sha512-6JvgAQ8gElP1Ilg6ILM4KqleeKS+QcwpW8PXqhPWjRFmqF42yyUJ8sP3dZHQXm+G0HYXuw1kGlMTdVEs583pCQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.2.0.tgz", + "integrity": "sha512-4v3Nw5xeMxaUReLZQTz3PyM4VM/Lx/Xp/rc2GGEWMl0nqAmcb+gjyi+eOTwfPu8LnB0ash36hz0dV76uYvih5A==", "license": "BSD-3-Clause", "dependencies": { "@types/leaflet": "^1.9.8", diff --git a/package.json b/package.json index e6084503c..616f4dcab 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "maputnik-design": "github:maputnik/design#172b06c", "ol": "^6.14.1", "ol-mapbox-style": "^7.1.1", - "pmtiles": "^3.1.0", + "pmtiles": "^3.2.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-accessible-accordion": "^5.0.0", diff --git a/src/components/MapMaplibreGl.tsx b/src/components/MapMaplibreGl.tsx index 96b73b2c6..833aace3c 100644 --- a/src/components/MapMaplibreGl.tsx +++ b/src/components/MapMaplibreGl.tsx @@ -149,7 +149,7 @@ class MapMaplibreGlInternal extends React.Component