From 051a491a984d2e35bf7b99729797ff1b0c1b92bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20G=C3=B3mez?= Date: Thu, 3 Oct 2024 20:33:14 +0200 Subject: [PATCH] Remove geo property from Geomap object (breaking change). --- src/js/geomap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/geomap.js b/src/js/geomap.js index 91ef327..5fc75c9 100644 --- a/src/js/geomap.js +++ b/src/js/geomap.js @@ -114,7 +114,6 @@ export class Geomap { self.path = geoPath().projection(proj); const drawGeoData = geo => { - self.geo = geo; self.geoFeature = topoFeature(geo, geo.objects[self.properties.units]); // Auto fit size if scale and translate are not set.