mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +02:00
add "unknown" as possible value for access fields
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
"permit": {
|
||||
"title": "Permit",
|
||||
"description": "Access allowed only with a valid permit or license"
|
||||
},
|
||||
"unknown": {
|
||||
"title": "Unknown",
|
||||
"description": "Access conditions are unknown or unclear"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"permissive": "Permissive",
|
||||
"customers": "Customers Only",
|
||||
"permit": "By Permit Only",
|
||||
"unknown": "Unknown",
|
||||
"no": "None"
|
||||
}
|
||||
},
|
||||
|
||||
Vendored
+3
-1
@@ -13,6 +13,7 @@
|
||||
"permissive",
|
||||
"customers",
|
||||
"permit",
|
||||
"unknown",
|
||||
"no"
|
||||
]
|
||||
},
|
||||
@@ -36,7 +37,8 @@
|
||||
"designated",
|
||||
"destination",
|
||||
"dismount",
|
||||
"permit"
|
||||
"permit",
|
||||
"unknown"
|
||||
]
|
||||
},
|
||||
"addr/interpolation": {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+17
@@ -18309,6 +18309,23 @@
|
||||
"tags": {},
|
||||
"matchScore": 0.1
|
||||
},
|
||||
"police/checkpoint": {
|
||||
"icon": "temaki-military_checkpoint",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"moreFields": [
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"police": "checkpoint"
|
||||
}
|
||||
},
|
||||
"polling_station": {
|
||||
"icon": "fas-vote-yea",
|
||||
"fields": [
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+35
@@ -9144,6 +9144,16 @@
|
||||
],
|
||||
"icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"
|
||||
},
|
||||
{
|
||||
"key": "police",
|
||||
"value": "checkpoint",
|
||||
"description": "🄿 Police Checkpoint",
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
],
|
||||
"icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military_checkpoint.svg"
|
||||
},
|
||||
{
|
||||
"key": "polling_station",
|
||||
"description": "🄿 Temporary Polling Place, 🄵 Polling Place",
|
||||
@@ -12661,6 +12671,11 @@
|
||||
"value": "permit",
|
||||
"description": "🄵🅅 Allowed Access: By Permit Only, 🄵🅅 Allowed Access: `permit`"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"value": "unknown",
|
||||
"description": "🄵🅅 Allowed Access: Unknown, 🄵🅅 Allowed Access: `unknown`"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"value": "designated",
|
||||
@@ -12715,6 +12730,11 @@
|
||||
"value": "permit",
|
||||
"description": "🄵🅅 Allowed Access: `permit`"
|
||||
},
|
||||
{
|
||||
"key": "foot",
|
||||
"value": "unknown",
|
||||
"description": "🄵🅅 Allowed Access: `unknown`"
|
||||
},
|
||||
{
|
||||
"key": "motor_vehicle",
|
||||
"description": "🄵 Allowed Access"
|
||||
@@ -12759,6 +12779,11 @@
|
||||
"value": "permit",
|
||||
"description": "🄵🅅 Allowed Access: `permit`"
|
||||
},
|
||||
{
|
||||
"key": "motor_vehicle",
|
||||
"value": "unknown",
|
||||
"description": "🄵🅅 Allowed Access: `unknown`"
|
||||
},
|
||||
{
|
||||
"key": "bicycle",
|
||||
"description": "🄵 Allowed Access"
|
||||
@@ -12803,6 +12828,11 @@
|
||||
"value": "permit",
|
||||
"description": "🄵🅅 Allowed Access: `permit`"
|
||||
},
|
||||
{
|
||||
"key": "bicycle",
|
||||
"value": "unknown",
|
||||
"description": "🄵🅅 Allowed Access: `unknown`"
|
||||
},
|
||||
{
|
||||
"key": "horse",
|
||||
"description": "🄵 Allowed Access"
|
||||
@@ -12847,6 +12877,11 @@
|
||||
"value": "permit",
|
||||
"description": "🄵🅅 Allowed Access: `permit`"
|
||||
},
|
||||
{
|
||||
"key": "horse",
|
||||
"value": "unknown",
|
||||
"description": "🄵🅅 Allowed Access: `unknown`"
|
||||
},
|
||||
{
|
||||
"key": "addr:interpolation",
|
||||
"value": "all",
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -4949,8 +4949,8 @@
|
||||
"terms": "كاميرا مراقبة السرعة"
|
||||
},
|
||||
"highway/steps": {
|
||||
"name": "درج",
|
||||
"terms": "درج"
|
||||
"name": "درج/سلم",
|
||||
"terms": "درج,سلم"
|
||||
},
|
||||
"highway/steps/conveying": {
|
||||
"name": "سلم كهربائي",
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+9
@@ -64,6 +64,7 @@
|
||||
"permissive": "Permissive",
|
||||
"customers": "Customers Only",
|
||||
"permit": "By Permit Only",
|
||||
"unknown": "Unknown",
|
||||
"no": "None"
|
||||
}
|
||||
},
|
||||
@@ -109,6 +110,10 @@
|
||||
"permit": {
|
||||
"title": "Permit",
|
||||
"description": "Access allowed only with a valid permit or license"
|
||||
},
|
||||
"unknown": {
|
||||
"title": "Unknown",
|
||||
"description": "Access conditions are unknown or unclear"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -6370,6 +6375,10 @@
|
||||
"name": "Point",
|
||||
"terms": "node,other,vertex,vertices"
|
||||
},
|
||||
"police/checkpoint": {
|
||||
"name": "Police Checkpoint",
|
||||
"terms": "checkpoint,patrol,roadblock,spot check,stop"
|
||||
},
|
||||
"polling_station": {
|
||||
"name": "Temporary Polling Place",
|
||||
"terms": "ballot box,ballot drop,democracy,elections,polling place,vote,voting booth,voting machine"
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -59,6 +59,9 @@ en:
|
||||
private:
|
||||
description: Access allowed only with permission of the owner on an individual basis
|
||||
title: Private
|
||||
unknown:
|
||||
description: Access conditions are unknown or unclear
|
||||
title: Unknown
|
||||
'yes':
|
||||
description: Access allowed by law; a right of way
|
||||
title: Allowed
|
||||
@@ -88,6 +91,8 @@ en:
|
||||
permit: By Permit Only
|
||||
# access=private
|
||||
private: Private
|
||||
# access=unknown
|
||||
unknown: Unknown
|
||||
# access=yes
|
||||
'yes': Public
|
||||
# 'terms: permitted,private,public'
|
||||
|
||||
Reference in New Issue
Block a user