Skip to content

Commit

Permalink
Add taginfo for ford and track surface.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfranco committed Feb 7, 2023
1 parent 530ac4c commit ab1e133
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/taginfo_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@
"description": "Unpaved roads have an alternating dash pattern.",
"doc_url": "https://openmaptiles.org/schema/#surface"
},
{
"key": "surface",
"value": "track",
"object_types": ["way"],
"description": "Track roads have a two-track line pattern that is dashed if unpaved and solid if paved.",
"doc_url": "https://openmaptiles.org/schema/#transportation"
},
{
"key": "iata",
"object_types": ["node", "area"],
Expand Down Expand Up @@ -229,6 +236,13 @@
"description": "Track roads have a two-track line pattern that is dashed if unpaved and solid if paved.",
"doc_url": "https://openmaptiles.org/schema/#transportation"
},
{
"key": "ford",
"value": "yes",
"object_types": ["way"],
"description": "The color of track roads changes from brown to blue for ways tagged as fords.",
"doc_url": "https://openmaptiles.org/schema/#transportation"
},
{
"key": "railway",
"value": "rail",
Expand Down

0 comments on commit ab1e133

Please sign in to comment.