Skip to content

Commit

Permalink
Document synthetic networks by highway classification
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jan 29, 2023
1 parent fabe542 commit 3dcee30
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions scripts/taginfo_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,41 @@
"object_types": ["node", "area"],
"description": "Schools are represented by an icon.",
"doc_url": "https://openmaptiles.org/schema/#poi"
},
{
"key": "highway",
"value": "motorway",
"object_types": ["way"],
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Motorways are marked by a colored patch containing the ref=* tag.",
"doc_url": "https://openmaptiles.org/schema/#network"
},
{
"key": "highway",
"value": "trunk",
"object_types": ["way"],
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to primary routes are marked by a color-coded patch containing the ref=* tag.",
"doc_url": "https://openmaptiles.org/schema/#network"
},
{
"key": "highway",
"value": "primary",
"object_types": ["way"],
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to non-primary routes are marked by a color-coded patch containing the ref=* tag.",
"doc_url": "https://openmaptiles.org/schema/#network"
},
{
"key": "highway",
"value": "secondary",
"object_types": ["way"],
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to non-primary routes are marked by a color-coded patch containing the ref=* tag.",
"doc_url": "https://openmaptiles.org/schema/#network"
},
{
"key": "highway",
"value": "tertiary",
"object_types": ["way"],
"description": "๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to non-primary routes are marked by a color-coded patch containing the ref=* tag.",
"doc_url": "https://openmaptiles.org/schema/#network"
}
]
}

0 comments on commit 3dcee30

Please sign in to comment.