mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
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:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "basketswing"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"icon": "temaki-horizontal_bar",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"chin-up bar",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"icon": "temaki-seesaw",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "seesaw"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "temaki-slide",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line"
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "slide"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "temaki-play_structure",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
"blind"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "swing"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"icon": "maki-playground",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line"
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"playground": "zipwire"
|
||||
|
||||
Reference in New Issue
Block a user