update allowed geometry types of playground equipment (#466)

source: https://wiki.openstreetmap.org/w/index.php?title=Key:playground&oldid=2268417
This commit is contained in:
Martin Raifer
2022-05-25 11:40:44 +02:00
parent 540e000464
commit f2629f574a
8 changed files with 18 additions and 7 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
{
"icon": "maki-playground",
"geometry": [
"point"
"point",
"line",
"area"
],
"tags": {
"playground": "basketswing"
+1
View File
@@ -2,6 +2,7 @@
"icon": "maki-playground",
"geometry": [
"point",
"line",
"area"
],
"tags": {
+3 -1
View File
@@ -1,7 +1,9 @@
{
"icon": "temaki-horizontal_bar",
"geometry": [
"point"
"point",
"line",
"area"
],
"terms": [
"chin-up bar",
+3 -1
View File
@@ -1,7 +1,9 @@
{
"icon": "temaki-seesaw",
"geometry": [
"point"
"point",
"line",
"area"
],
"tags": {
"playground": "seesaw"
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "temaki-slide",
"geometry": [
"point",
"line"
"line",
"area"
],
"tags": {
"playground": "slide"
+1
View File
@@ -2,6 +2,7 @@
"icon": "temaki-play_structure",
"geometry": [
"point",
"line",
"area"
],
"tags": {
+3 -1
View File
@@ -7,7 +7,9 @@
"blind"
],
"geometry": [
"point"
"point",
"line",
"area"
],
"tags": {
"playground": "swing"
+2 -2
View File
@@ -1,8 +1,8 @@
{
"icon": "maki-playground",
"geometry": [
"point",
"line"
"line",
"area"
],
"tags": {
"playground": "zipwire"