Add grade 1 tracks to paved (#1485)

This PR sets `surface=paved` for `highway=track` + `tracktype=grade1` if no other value of `surface` is set.  Roads tagged in this way are [generally paved](https://wiki.openstreetmap.org/wiki/Key:tracktype) and therefore encoding them as a paved road is appropriate.
This commit is contained in:
Brian Sperlongano
2023-01-26 13:24:44 -05:00
committed by GitHub
parent d2c69b0d45
commit 5e9b7c475d
3 changed files with 5 additions and 2 deletions

View File

@@ -180,6 +180,9 @@ tables:
- name: construction
key: construction
type: string
- name: tracktype
key: tracktype
type: string
- *ref
- *network
- *z_order