Skip to content

Commit c80b0b7

Browse files
authored
Merge pull request #298 from statisticsnorway/map-hatches
update examine
2 parents 4b1706e + 57865d9 commit c80b0b7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ssb-sgis"
3-
version = "1.2.11"
3+
version = "1.2.12"
44
description = "GIS functions used at Statistics Norway."
55
authors = ["Morten Letnes <morten.letnes@ssb.no>"]
66
license = "MIT"

src/sgis/maps/examine.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ def __init__(
9999

100100
m = Explore(*gdfs, column=column, **kwargs)
101101

102-
# m = Map(*gdfs, column=column, **kwargs)
103-
self._gdfs: dict[str, gpd.GeoDataFrame] = dict(
104-
zip(m.labels, m.gdfs, strict=False)
105-
)
106-
102+
self._gdfs = m._gdfs
107103
self.rasters: dict[str, ImageCollection | Image | Band] = m.rasters
108104

109105
self.indices = list(range(len(self.mask_gdf)))

0 commit comments

Comments
 (0)