diff --git a/scripts/taginfo_template.json b/scripts/taginfo_template.json index 94f92e0d3..e3fca4349 100644 --- a/scripts/taginfo_template.json +++ b/scripts/taginfo_template.json @@ -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"], @@ -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",