Compare commits

...

9 commits

Author SHA1 Message Date
dependabot[bot]
706519c335
Bump netlify-cli from 23.2.1 to 23.5.1 (#1712)
Some checks are pending
Deploy / Deploy (push) Waiting to run
Code Style Checks / Check file endings (push) Waiting to run
Code Style Checks / Check for code formatting mistakes (push) Waiting to run
Code Style Checks / Check for spelling errors (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
Build and Deploy Staging Instance / build-deploy (push) Waiting to run
Test / test (18) (push) Waiting to run
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 12:05:03 +02:00
Dimitar
ad004a5c64
Add self_checkout field to Supermarket preset (#1649) 2025-09-09 12:00:46 +02:00
archpdx
dee8af709c
Add Fish Farm / Hatchery preset (#1517) 2025-09-09 11:27:42 +02:00
novoLife
6200801435
Add Ceremonial Gate presets (#1693) 2025-09-09 11:13:33 +02:00
arthedain
7a73e5a3a4
Add preset for device_charging_station (#1611) 2025-09-09 10:58:36 +02:00
kjonosm
c9ae4b098c
Add translatable strings to playground field (#1004)
Co-authored-by: Tobias <t@tobiasjordans.de>
2025-09-09 10:56:20 +02:00
arthedain
e6bb48c730
Add icon for fitness station sign preset (#1709) 2025-09-09 07:22:37 +02:00
arthedain
ada67e4c8e
Add icon to fitness parallel bars preset (#1710) 2025-09-09 07:20:21 +02:00
arthedain
a6280a43a2
Add icon to push up station preset (#1711) 2025-09-09 07:01:38 +02:00
16 changed files with 681 additions and 431 deletions

View file

@ -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"}
}
]

View file

@ -0,0 +1,13 @@
{
"key": "ceremonial_gate",
"type": "combo",
"label": "Type",
"strings": {
"options": {
"torii": "Torii",
"paifang": "Paifang",
"hongsalmun": "Hongsalmun",
"iljumun": "Iljumun"
}
}
}

View file

@ -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"
}
}
}

View file

@ -0,0 +1,12 @@
{
"key": "self_checkout",
"type": "radio",
"strings": {
"options": {
"yes": "Yes",
"only": "Only",
"no": "No"
}
},
"label": "Self Checkout"
}

View 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"
}

View file

@ -10,13 +10,13 @@
"address"
],
"geometry": [
"point",
"area"
],
"tags": {
"landuse": "aquaculture"
},
"terms": [
"fish farm",
"marine farm",
"crustacean",
"algae",

View 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"
}

View file

@ -1,5 +1,5 @@
{
"icon": "maki-pitch",
"icon": "temaki-horizontal_bar",
"geometry": [
"point",
"area"

View file

@ -1,5 +1,5 @@
{
"icon": "maki-pitch",
"icon": "roentgen-bench",
"geometry": [
"point",
"area"

View file

@ -1,5 +1,5 @@
{
"icon": "maki-pitch",
"icon": "roentgen-i_in_square",
"geometry": [
"point",
"area"

View 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"
}

View 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"
}

View 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"
}

View file

@ -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"
}

View file

@ -2,6 +2,7 @@
"icon": "maki-grocery",
"moreFields": [
"{shop}",
"self_checkout",
"diet_multi",
"fhrs/id-GB",
"organic"

798
package-lock.json generated

File diff suppressed because it is too large Load diff