mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 03:11:22 +00:00
48 lines
827 B
JSON
48 lines
827 B
JSON
{
|
|
"area": [
|
|
"building",
|
|
"park",
|
|
"water",
|
|
"parking",
|
|
"hospital",
|
|
"place of worship",
|
|
"cafe",
|
|
"restaurant",
|
|
"bar",
|
|
"fast food",
|
|
"bank",
|
|
"other"
|
|
],
|
|
"line": [
|
|
"residential road",
|
|
"primary road",
|
|
"secondary road",
|
|
"tertiary road",
|
|
"foot path",
|
|
"cycle path",
|
|
"motorway",
|
|
"trunk highway",
|
|
"service road",
|
|
"river",
|
|
"rail",
|
|
"other"
|
|
],
|
|
"point": [
|
|
"bus stop",
|
|
"park",
|
|
"hospital",
|
|
"place of worship",
|
|
"cafe",
|
|
"restaurant",
|
|
"bar",
|
|
"fast food",
|
|
"bank",
|
|
"cinema",
|
|
"supermarket",
|
|
"other"
|
|
],
|
|
"vertex": [
|
|
"other"
|
|
]
|
|
}
|