Add icon and fields to pier preset

This commit is contained in:
Bryan Housel
2018-06-09 01:25:10 -04:00
parent b0ff8cb4ab
commit 9544f572e0
3 changed files with 18 additions and 1 deletions
+8
View File
@@ -11624,6 +11624,14 @@
"name": "Oil Well"
},
"man_made/pier": {
"icon": "iD-highway-footway",
"fields": [
"name",
"surface",
"lit",
"width",
"access"
],
"geometry": [
"line",
"area"
+8
View File
@@ -1,4 +1,12 @@
{
"icon": "iD-highway-footway",
"fields": [
"name",
"surface",
"lit",
"width",
"access"
],
"geometry": [
"line",
"area"
+2 -1
View File
@@ -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",