mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
CSS styling for all preset icons
This commit is contained in:
@@ -3773,6 +3773,7 @@
|
||||
"name": "Pedestrian Crosswalk"
|
||||
},
|
||||
"footway/sidewalk": {
|
||||
"icon": "highway-footway",
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit",
|
||||
@@ -5781,7 +5782,7 @@
|
||||
"name": "Pier"
|
||||
},
|
||||
"man_made/pipeline": {
|
||||
"icon": "pipeline",
|
||||
"icon": "pipeline-line",
|
||||
"fields": [
|
||||
"location",
|
||||
"operator"
|
||||
@@ -7372,7 +7373,7 @@
|
||||
"searchable": false
|
||||
},
|
||||
"route/ferry": {
|
||||
"icon": "ferry",
|
||||
"icon": "ferry-line",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "highway-footway",
|
||||
"fields": [
|
||||
"surface",
|
||||
"lit",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "pipeline",
|
||||
"icon": "pipeline-line",
|
||||
"fields": [
|
||||
"location",
|
||||
"operator"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "ferry",
|
||||
"icon": "ferry-line",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
@@ -7,4 +7,4 @@
|
||||
"route": "ferry"
|
||||
},
|
||||
"name": "Ferry Route"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user