You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,12 @@
3
3
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
4
5
5
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
6
+
7
+
## Maintenance
8
+
9
+
### Conflated category labels
10
+
11
+
The conflated data source filter uses a static list of `shared_label` values
12
+
defined in `src/constants.js` (`CONFLATED_LABELS`). This list is sourced from
13
+
`src/openpois/conflation/data/match_radii.csv`. If the taxonomy crosswalk adds
14
+
or removes labels, update both files to keep them in sync.
0 commit comments