mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
drop duplicate fields in fields and moreFields
This commit is contained in:
parent
566abf0c2c
commit
9addee4ac2
10 changed files with 8 additions and 14 deletions
|
|
@ -12,7 +12,6 @@
|
|||
"address",
|
||||
"email",
|
||||
"fax",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -14,8 +14,7 @@
|
|||
"gnis/feature_id-US",
|
||||
"level",
|
||||
"opening_hours/covid19",
|
||||
"ref/FR/siret-FR",
|
||||
"wheelchair"
|
||||
"ref/FR/siret-FR"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
"currency_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"ref",
|
||||
"blind",
|
||||
"branch_brand",
|
||||
"brand",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
"operator",
|
||||
"species/wikidata"
|
||||
],
|
||||
"moreFields": [
|
||||
"{attraction}",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@
|
|||
"ref",
|
||||
"direction_vertex"
|
||||
],
|
||||
"moreFields": [
|
||||
"ref"
|
||||
],
|
||||
"moreFields": [],
|
||||
"tags": {
|
||||
"highway": "milestone"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
],
|
||||
"moreFields": [
|
||||
"{highway/footway}",
|
||||
"access",
|
||||
"fishing",
|
||||
"gnis/feature_id-US",
|
||||
"incline"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@
|
|||
"mimics"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/tower}",
|
||||
"mimics"
|
||||
"{man_made/tower}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -12,8 +12,7 @@
|
|||
"moreFields": [
|
||||
"height",
|
||||
"location",
|
||||
"manufacturer",
|
||||
"material"
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"branch_brand",
|
||||
"brand",
|
||||
"building/levels_building",
|
||||
"contact/facebook",
|
||||
"fax",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue