CSS styling for all preset icons

This commit is contained in:
Bryan Housel
2015-11-04 02:30:44 -05:00
parent d5a239159f
commit eb88b67673
10 changed files with 586 additions and 697 deletions
+3 -2
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "pipeline",
"icon": "pipeline-line",
"fields": [
"location",
"operator"
+2 -2
View File
@@ -1,5 +1,5 @@
{
"icon": "ferry",
"icon": "ferry-line",
"geometry": [
"line"
],
@@ -7,4 +7,4 @@
"route": "ferry"
},
"name": "Ferry Route"
}
}