mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-31 20:21:34 +02:00
Merge branch 'main' of github.com:openstreetmap/id-tagging-schema into main
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"baby_feeding",
|
||||
"capacity",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id-US",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"preschool"
|
||||
],
|
||||
"moreFields": [
|
||||
"capacity",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id-US",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"capacity",
|
||||
"charge_fee",
|
||||
"email",
|
||||
"fax",
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
"fields": [
|
||||
"height"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"terms": [
|
||||
"rail",
|
||||
"railway",
|
||||
"train",
|
||||
"track"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"icon": "temaki-shrub",
|
||||
"moreFields": [
|
||||
"leaf_type",
|
||||
"leaf_cycle",
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
"leaf_cycle",
|
||||
"denotation"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
"leaf_type",
|
||||
"leaf_cycle"
|
||||
],
|
||||
"moreFields": [
|
||||
"species/wikidata"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "temaki-military_checkpoint",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"moreFields": [
|
||||
"opening_hours",
|
||||
"opening_hours.covid19"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"checkpoint",
|
||||
"patrol",
|
||||
"roadblock",
|
||||
"spot check",
|
||||
"stop"
|
||||
],
|
||||
"tags": {
|
||||
"police": "checkpoint"
|
||||
],
|
||||
"name": "Police Checkpoint"
|
||||
Reference in New Issue
Block a user