mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 15:03:54 +02:00
fix preset JSON
addendum to https://github.com/openstreetmap/id-tagging-schema/pull/304
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
"name"
|
||||
],
|
||||
"moreFields": [
|
||||
"opening_hours",
|
||||
"opening_hours.covid19"
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -21,5 +20,6 @@
|
||||
],
|
||||
"tags": {
|
||||
"police": "checkpoint"
|
||||
],
|
||||
},
|
||||
"name": "Police Checkpoint"
|
||||
}
|
||||
@@ -7870,6 +7870,11 @@ en:
|
||||
name: Point
|
||||
# 'terms: node,other,vertex,vertices'
|
||||
terms: '<translate with synonyms or related terms for ''Point'', separated by commas>'
|
||||
police/checkpoint:
|
||||
# 'police=checkpoint\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Police Checkpoint
|
||||
# 'terms: checkpoint,patrol,roadblock,spot check,stop'
|
||||
terms: '<translate with synonyms or related terms for ''Police Checkpoint'', separated by commas>'
|
||||
polling_station:
|
||||
# 'polling_station=*\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Temporary Polling Place
|
||||
|
||||
Reference in New Issue
Block a user