Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openstreetmap/id-tagging-schema int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
tyrasd committed Jan 4, 2022
2 parents eeae902 + b84d767 commit 9bab345
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/presets/amenity/childcare.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"moreFields": [
"baby_feeding",
"capacity",
"email",
"fax",
"gnis/feature_id-US",
Expand Down
1 change: 1 addition & 0 deletions data/presets/amenity/kindergarten.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preschool"
],
"moreFields": [
"capacity",
"email",
"fax",
"gnis/feature_id-US",
Expand Down
1 change: 1 addition & 0 deletions data/presets/amenity/school.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"website"
],
"moreFields": [
"capacity",
"charge_fee",
"email",
"fax",
Expand Down
3 changes: 3 additions & 0 deletions data/presets/barrier/hedge.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"fields": [
"height"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"line",
"area"
Expand Down
1 change: 1 addition & 0 deletions data/presets/landuse/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"terms": [
"rail",
"railway",
"train",
"track"
],
Expand Down
5 changes: 5 additions & 0 deletions data/presets/natural/scrub.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"icon": "temaki-shrub",
"moreFields": [
"leaf_type",
"leaf_cycle",
"species/wikidata"
],
"geometry": [
"area"
],
Expand Down
3 changes: 3 additions & 0 deletions data/presets/natural/tree_row.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"leaf_cycle",
"denotation"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"line"
],
Expand Down
3 changes: 3 additions & 0 deletions data/presets/natural/wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"leaf_type",
"leaf_cycle"
],
"moreFields": [
"species/wikidata"
],
"geometry": [
"area",
"point"
Expand Down
25 changes: 25 additions & 0 deletions data/presets/police/checkpoint
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9bab345

Please sign in to comment.