mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Compare commits
9 commits
8c163848cd
...
706519c335
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
706519c335 | ||
|
|
ad004a5c64 | ||
|
|
dee8af709c | ||
|
|
6200801435 | ||
|
|
7a73e5a3a4 | ||
|
|
c9ae4b098c | ||
|
|
e6bb48c730 | ||
|
|
ada67e4c8e | ||
|
|
a6280a43a2 |
16 changed files with 681 additions and 431 deletions
|
|
@ -2103,5 +2103,13 @@
|
|||
{
|
||||
"old": {"cycleway:left": "opposite"},
|
||||
"replace": {"oneway:bicycle": "no", "cycleway:left": "no"}
|
||||
},
|
||||
{
|
||||
"old": {"man_made": "torii"},
|
||||
"replace": {"man_made": "ceremonial_gate", "ceremonial_gate": "torii"}
|
||||
},
|
||||
{
|
||||
"old": {"man_made": "paifang"},
|
||||
"replace": {"man_made": "ceremonial_gate", "ceremonial_gate": "paifang"}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
13
data/fields/ceremonial_gate.json
Normal file
13
data/fields/ceremonial_gate.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"key": "ceremonial_gate",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"torii": "Torii",
|
||||
"paifang": "Paifang",
|
||||
"hongsalmun": "Hongsalmun",
|
||||
"iljumun": "Iljumun"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,94 @@
|
|||
{
|
||||
"key": "playground",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"activitypanel": "Activity Panel",
|
||||
"aerialrotator": "Aerial Rotator",
|
||||
"archimedes_screw": "Archimedes Screw",
|
||||
"balance": "Balancing Device (unspecified)",
|
||||
"balancebeam": "Balance Beam",
|
||||
"ball_pool": "Ball Pool",
|
||||
"bannister_bars": "Banister Bars",
|
||||
"basketrotator": "Basket Rotator",
|
||||
"basketswing": "Basket Swing",
|
||||
"belt_bridge": "Belt Bridge",
|
||||
"blackboard": "Blackboard",
|
||||
"bridge": "Bridge",
|
||||
"cushion": "Bouncy Cushion",
|
||||
"chute": "Chute",
|
||||
"climbing": "Climbing Device (unspecified)",
|
||||
"climbing_pole": "Climbing Pole",
|
||||
"climbing_slope": "Climbing Slope",
|
||||
"climbingframe": "Climbing Frame",
|
||||
"climbingwall": "Climbing Wall",
|
||||
"dome": "Dome",
|
||||
"excavator": "Excavator",
|
||||
"exercise": "Exercise Device",
|
||||
"funnel_ball": "Funnel Ball",
|
||||
"hammock": "Hammock",
|
||||
"hamster_wheel": "Hamster Wheel",
|
||||
"hopscotch": "Hopscotch",
|
||||
"horizontal_bar": "Horizontal Bar",
|
||||
"ladder": "Ladder",
|
||||
"map": "Map",
|
||||
"maze": "Maze",
|
||||
"marble_run": "Marble Run",
|
||||
"monkey_bars": "Monkey Bars",
|
||||
"mound": "Artificial Mound",
|
||||
"musical_instrument": "Musical Instrument",
|
||||
"parallel_bars": "Parallel Bars",
|
||||
"platform": "Platform",
|
||||
"playhouse": "Playhouse",
|
||||
"pump": "Pump",
|
||||
"ride_on": "Fixed Riding Device",
|
||||
"rope_swing": "Rope Swing",
|
||||
"rope_traverse": "Rope Traverse",
|
||||
"rotator": "Rotating Device (unspecified)",
|
||||
"roundabout": "Merry-Go-Round / Roundabout",
|
||||
"sand": "Sand Play Device (unspecified)",
|
||||
"sand_pulley": "Sand Pulley",
|
||||
"sand_seesaw": "Sand Seesaw",
|
||||
"sand_wheel": "Sand Wheel",
|
||||
"sandpit": "Sandbox / Sandpit",
|
||||
"seat": "Seat",
|
||||
"seesaw": "Seesaw",
|
||||
"sieve": "Sieve",
|
||||
"sledding": "Sledding Hill",
|
||||
"slide": "Slide",
|
||||
"speaking_tube": "Speaking Tube",
|
||||
"spinner": "Spinner",
|
||||
"spinner_bowl": "Spinner Bowl",
|
||||
"spinning_circle": "Spinning Circle",
|
||||
"spinning_disc": "Spinning Disc",
|
||||
"spring_board": "Spring Board",
|
||||
"springy": "Spring Rider",
|
||||
"splash_pad": "Splash Pad",
|
||||
"stepping_post": "Stepping Post",
|
||||
"stepping_stone": "Stepping Stone",
|
||||
"steps": "Steps",
|
||||
"structure": "Playground Structure",
|
||||
"swing": "Swing",
|
||||
"baby_swing": "Baby Swing",
|
||||
"tire_swing": "Tire Swing",
|
||||
"table": "Table",
|
||||
"teenshelter": "Teen Shelter",
|
||||
"track": "Playground Track",
|
||||
"trampoline": "Trampoline",
|
||||
"tunnel_tube": "Tunnel Tube",
|
||||
"water": "Water Device (unspecified)",
|
||||
"water_barrier": "Water Barrier",
|
||||
"water_basin": "Water Basin",
|
||||
"water_cannon": "Water Cannon",
|
||||
"water_channel": "Water Channel",
|
||||
"water_seesaw": "Water Seesaw",
|
||||
"water_sprayer": "Water Sprayer",
|
||||
"water_stream": "Water Stream",
|
||||
"water_wheel": "Water Wheel",
|
||||
"wobble_bridge": "Wobble Bridge",
|
||||
"youth_bench": "Youth Bench",
|
||||
"zipwire": "Zipline / Zipwire"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
12
data/fields/self_checkout.json
Normal file
12
data/fields/self_checkout.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "self_checkout",
|
||||
"type": "radio",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"only": "Only",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"label": "Self Checkout"
|
||||
}
|
||||
29
data/presets/amenity/device_charging_station.json
Normal file
29
data/presets/amenity/device_charging_station.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-electronic",
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"capacity",
|
||||
"fee",
|
||||
"payment_multi",
|
||||
"level",
|
||||
"lockable",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"wheelchair",
|
||||
"operator",
|
||||
"indoor"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "device_charging_station"
|
||||
},
|
||||
"terms": [
|
||||
"charger",
|
||||
"plug",
|
||||
"usb"
|
||||
],
|
||||
"name": "Device Charging Station"
|
||||
}
|
||||
|
|
@ -10,13 +10,13 @@
|
|||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "aquaculture"
|
||||
},
|
||||
"terms": [
|
||||
"fish farm",
|
||||
"marine farm",
|
||||
"crustacean",
|
||||
"algae",
|
||||
|
|
|
|||
28
data/presets/landuse/aquaculture/fish.json
Normal file
28
data/presets/landuse/aquaculture/fish.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "fas-fish",
|
||||
"fields": [
|
||||
"{landuse/aquaculture}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{landuse/aquaculture}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "aquaculture",
|
||||
"produce": "fish"
|
||||
},
|
||||
"terms": [
|
||||
"bass",
|
||||
"carp",
|
||||
"fish farm",
|
||||
"fish hatchery",
|
||||
"salmon",
|
||||
"sturgeon",
|
||||
"tilapia",
|
||||
"trout"
|
||||
],
|
||||
"name": "Fish Farm / Hatchery"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"icon": "temaki-horizontal_bar",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"icon": "roentgen-bench",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"icon": "maki-pitch",
|
||||
"icon": "roentgen-i_in_square",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
33
data/presets/man_made/ceremonial_gate.json
Normal file
33
data/presets/man_made/ceremonial_gate.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "fas-archway",
|
||||
"fields": [
|
||||
"ceremonial_gate",
|
||||
"height",
|
||||
"material",
|
||||
"religion"
|
||||
],
|
||||
"moreFields": [
|
||||
"name",
|
||||
"inscription",
|
||||
"operator",
|
||||
"access",
|
||||
"ref",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"arch",
|
||||
"gate",
|
||||
"paifang",
|
||||
"torii"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "ceremonial_gate"
|
||||
},
|
||||
"name": "Ceremonial Gate"
|
||||
}
|
||||
34
data/presets/man_made/ceremonial_gate/paifang.json
Normal file
34
data/presets/man_made/ceremonial_gate/paifang.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"icon": "roentgen-city_gate",
|
||||
"fields": [
|
||||
"{man_made/ceremonial_gate}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/ceremonial_gate}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"chinese gate",
|
||||
"paifong",
|
||||
"pailau",
|
||||
"pailou",
|
||||
"shanmen"
|
||||
],
|
||||
"tags": {
|
||||
"ceremonial_gate": "paifang"
|
||||
},
|
||||
"addTags": {
|
||||
"man_made": "ceremonial_gate",
|
||||
"ceremonial_gate": "paifang"
|
||||
},
|
||||
"reference": {
|
||||
"key": "ceremonial_gate",
|
||||
"value": "paifang"
|
||||
},
|
||||
"name": "Paifang"
|
||||
}
|
||||
31
data/presets/man_made/ceremonial_gate/torii.json
Normal file
31
data/presets/man_made/ceremonial_gate/torii.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"icon": "temaki-shinto",
|
||||
"fields": [
|
||||
"{man_made/ceremonial_gate}",
|
||||
"colour"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/ceremonial_gate}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"Japanese gate",
|
||||
"Shinto shrine"
|
||||
],
|
||||
"tags": {
|
||||
"ceremonial_gate": "torii"
|
||||
},
|
||||
"addTags": {
|
||||
"man_made": "ceremonial_gate",
|
||||
"ceremonial_gate": "torii"
|
||||
},
|
||||
"reference": {
|
||||
"key": "ceremonial_gate",
|
||||
"value": "torii"
|
||||
},
|
||||
"name": "Torii"
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"icon": "temaki-shinto",
|
||||
"fields": [
|
||||
"height",
|
||||
"material",
|
||||
"colour",
|
||||
"lit"
|
||||
],
|
||||
"moreFields": [
|
||||
"operator",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"Japanese gate",
|
||||
"Shinto shrine"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "torii"
|
||||
},
|
||||
"name": "Torii"
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
"icon": "maki-grocery",
|
||||
"moreFields": [
|
||||
"{shop}",
|
||||
"self_checkout",
|
||||
"diet_multi",
|
||||
"fhrs/id-GB",
|
||||
"organic"
|
||||
|
|
|
|||
798
package-lock.json
generated
798
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue