mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add icon for landuse=allotments
This commit is contained in:
@@ -5860,7 +5860,7 @@
|
||||
"name": "Electronics Repair Shop"
|
||||
},
|
||||
"craft/gardener": {
|
||||
"icon": "maki-garden",
|
||||
"icon": "maki-garden-center",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
@@ -8755,6 +8755,7 @@
|
||||
"searchable": false
|
||||
},
|
||||
"landuse/allotments": {
|
||||
"icon": "maki-garden-center",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-garden",
|
||||
"icon": "maki-garden-center",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "maki-garden-center",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -2612,7 +2612,7 @@
|
||||
"node",
|
||||
"area"
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/garden-15.svg?sanitize=true"
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/garden-center-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "craft",
|
||||
@@ -3823,7 +3823,8 @@
|
||||
"description": "Community Garden",
|
||||
"object_types": [
|
||||
"area"
|
||||
]
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/garden-center-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
|
||||
Reference in New Issue
Block a user