Skip to content

Commit 3dcee30

Browse files
committed
Document synthetic networks by highway classification
1 parent fabe542 commit 3dcee30

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

โ€Žscripts/taginfo_template.jsonโ€Ž

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,41 @@
354354
"object_types": ["node", "area"],
355355
"description": "Schools are represented by an icon.",
356356
"doc_url": "https://openmaptiles.org/schema/#poi"
357+
},
358+
{
359+
"key": "highway",
360+
"value": "motorway",
361+
"object_types": ["way"],
362+
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Motorways are marked by a colored patch containing the ref=* tag.",
363+
"doc_url": "https://openmaptiles.org/schema/#network"
364+
},
365+
{
366+
"key": "highway",
367+
"value": "trunk",
368+
"object_types": ["way"],
369+
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to primary routes are marked by a color-coded patch containing the ref=* tag.",
370+
"doc_url": "https://openmaptiles.org/schema/#network"
371+
},
372+
{
373+
"key": "highway",
374+
"value": "primary",
375+
"object_types": ["way"],
376+
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to non-primary routes are marked by a color-coded patch containing the ref=* tag.",
377+
"doc_url": "https://openmaptiles.org/schema/#network"
378+
},
379+
{
380+
"key": "highway",
381+
"value": "secondary",
382+
"object_types": ["way"],
383+
"description": "๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to non-primary routes are marked by a color-coded patch containing the ref=* tag.",
384+
"doc_url": "https://openmaptiles.org/schema/#network"
385+
},
386+
{
387+
"key": "highway",
388+
"value": "tertiary",
389+
"object_types": ["way"],
390+
"description": "๐Ÿ‡ฎ๐Ÿ‡ช Roads belonging to non-primary routes are marked by a color-coded patch containing the ref=* tag.",
391+
"doc_url": "https://openmaptiles.org/schema/#network"
357392
}
358393
]
359394
}

0 commit comments

Comments
ย (0)