mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Remove "vertex" geometry from Beach Resort preset
This commit is contained in:
@@ -9678,7 +9678,7 @@
|
||||
"name": "Amusement Arcade"
|
||||
},
|
||||
"leisure/beach_resort": {
|
||||
"icon": "pitch",
|
||||
"icon": "poi-beach",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
@@ -9686,7 +9686,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"icon": "poi-beach",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
@@ -7,7 +7,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
+1
-2
@@ -4057,8 +4057,7 @@
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
|
||||
Reference in New Issue
Block a user