Skip to content

Commit 7b98735

Browse files
committed
feat: add named place selector to public search and choices/topojson libraries
1 parent 246241e commit 7b98735

20 files changed

+2018
-6
lines changed

ckanext/spatial/public/css/choices.min.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/spatial/public/css/common_map.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
.leaflet-control-attribution {
88
font-size: 11px;
99
}
10+
.choices__inner {
11+
max-height: 36px;
12+
overflow-y: scroll;
13+
}

ckanext/spatial/public/data/Flood_Planning_Regions.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/GW_Conservation_Districts.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/Major_Aquifers.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/Major_River_Basins.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/Minor_Aquifers.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/Public_Water_Systems.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/River_Authorities.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

ckanext/spatial/public/data/Statewide.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)