Skip to content

Commit

Permalink
Remove geo property from Geomap object (breaking change).
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Oct 3, 2024
1 parent d5e4f53 commit 051a491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/geomap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 051a491

Please sign in to comment.