mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Add icon and fields to pier preset
This commit is contained in:
@@ -11624,6 +11624,14 @@
|
||||
"name": "Oil Well"
|
||||
},
|
||||
"man_made/pier": {
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"icon": "iD-highway-footway",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
|
||||
+2
-1
@@ -4998,7 +4998,8 @@
|
||||
"object_types": [
|
||||
"way",
|
||||
"area"
|
||||
]
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/iD-sprite/presets/highway-footway.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
|
||||
Reference in New Issue
Block a user