Skip to content

Commit 7be4db5

Browse files
authored
Merge pull request #39 from sodascience/redesign-filters
Redesign filters
2 parents d2e5d35 + dfa1c3e commit 7be4db5

25 files changed

+643
-1057
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ The application currently supports one distinct configuration mode, determined b
6565

6666
#### 1. GeoJSON + External Data File (`geojson-datafile`)
6767

68-
Use this mode when you have a separate data file (e.g., CSV or parquet file) that needs to be joined with your GeoJSON geometries. The data file should contain a column that holds the region id's in the GeoJSON and a valueColumn that holds numberic values that are used to color the regions. It supports categorical columns that can be used as filters. Given an applied filter each region should map to a numerical value.
68+
Use this mode when you have a separate data file (e.g., CSV or parquet file) that needs to be joined with your GeoJSON geometries. The data file should contain a column that holds the region id's in the GeoJSON and a valueColumn that holds numberic values that are used to color the regions. This mode supports categorical columns that can be used as filters.
69+
6970

7071
**Fields:**
7172

0 commit comments

Comments
 (0)