Skip to content

Commit

Permalink
Use new icons for the public_transport presets
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 5, 2017
1 parent 8b1ddb7 commit 8ac87f7
Show file tree
Hide file tree
Showing 19 changed files with 35 additions and 35 deletions.
34 changes: 17 additions & 17 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13559,7 +13559,7 @@
"name": "Ferry Stop / Platform"
},
"public_transport/platform_light_rail": {
"icon": "rail-light",
"icon": "poi-light-rail",
"fields": [
"name",
"ref_platform",
Expand Down Expand Up @@ -13608,7 +13608,7 @@
"name": "Light Rail Stop / Platform"
},
"public_transport/platform_monorail": {
"icon": "rail-metro",
"icon": "poi-monorail",
"fields": [
"name",
"ref_platform",
Expand Down Expand Up @@ -13653,7 +13653,7 @@
"name": "Monorail Stop / Platform"
},
"public_transport/platform_subway": {
"icon": "rail-metro",
"icon": "poi-subway",
"fields": [
"name",
"ref_platform",
Expand Down Expand Up @@ -13747,7 +13747,7 @@
"name": "Train Stop / Platform"
},
"public_transport/platform_tram": {
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"ref_platform",
Expand Down Expand Up @@ -13797,7 +13797,7 @@
"name": "Tram Stop / Platform"
},
"public_transport/platform_trolleybus": {
"icon": "bus",
"icon": "poi-trolleybus",
"fields": [
"name",
"ref_platform",
Expand Down Expand Up @@ -14006,7 +14006,7 @@
"name": "Ferry Station / Terminal"
},
"public_transport/station_light_rail": {
"icon": "rail-light",
"icon": "poi-light-rail",
"fields": [
"name",
"network",
Expand Down Expand Up @@ -14058,7 +14058,7 @@
"name": "Light Rail Station"
},
"public_transport/station_monorail": {
"icon": "rail-metro",
"icon": "poi-monorail",
"fields": [
"name",
"network",
Expand Down Expand Up @@ -14104,7 +14104,7 @@
"name": "Monorail Station"
},
"public_transport/station_subway": {
"icon": "rail-metro",
"icon": "poi-subway",
"fields": [
"name",
"network",
Expand Down Expand Up @@ -14241,7 +14241,7 @@
"name": "Train Station"
},
"public_transport/station_tram": {
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"network",
Expand Down Expand Up @@ -14282,7 +14282,7 @@
"name": "Tram Station"
},
"public_transport/station_trolleybus": {
"icon": "bus",
"icon": "poi-trolleybus",
"fields": [
"name",
"network",
Expand Down Expand Up @@ -14481,7 +14481,7 @@
"name": "Ferry Stopping Location"
},
"public_transport/stop_position_light_rail": {
"icon": "rail-light",
"icon": "poi-light-rail",
"fields": [
"name",
"ref_stop_position",
Expand Down Expand Up @@ -14524,7 +14524,7 @@
"name": "Light Rail Stopping Location"
},
"public_transport/stop_position_monorail": {
"icon": "rail-metro",
"icon": "poi-monorail",
"fields": [
"name",
"ref_stop_position",
Expand Down Expand Up @@ -14563,7 +14563,7 @@
"name": "Monorail Stopping Location"
},
"public_transport/stop_position_subway": {
"icon": "rail-metro",
"icon": "poi-subway",
"fields": [
"name",
"ref_stop_position",
Expand Down Expand Up @@ -14645,7 +14645,7 @@
"name": "Train Stopping Location"
},
"public_transport/stop_position_tram": {
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"ref_stop_position",
Expand Down Expand Up @@ -14689,7 +14689,7 @@
"name": "Tram Stopping Location"
},
"public_transport/stop_position_trolleybus": {
"icon": "bus",
"icon": "poi-trolleybus",
"fields": [
"name",
"ref_stop_position",
Expand Down Expand Up @@ -14810,7 +14810,7 @@
"searchable": false
},
"railway/tram_stop": {
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"network",
Expand Down Expand Up @@ -18802,7 +18802,7 @@
"name": "Riding Route"
},
"type/route/light_rail": {
"icon": "route-tram",
"icon": "route-light-rail",
"fields": [
"name",
"ref_route",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/building/_train_station.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"matchScore": 0.5,
"name": "Train Station",
"searchable":false
"searchable": false
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-light-rail",
"fields": [
"name",
"ref_platform",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-metro",
"icon": "poi-monorail",
"fields": [
"name",
"ref_platform",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/public_transport/platform_subway.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-metro",
"icon": "poi-subway",
"fields": [
"name",
"ref_platform",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/public_transport/platform_tram.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"ref_platform",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "bus",
"icon": "poi-trolleybus",
"fields": [
"name",
"ref_platform",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-light-rail",
"fields": [
"name",
"network",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-metro",
"icon": "poi-monorail",
"fields": [
"name",
"network",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/public_transport/station_subway.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-metro",
"icon": "poi-subway",
"fields": [
"name",
"network",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/public_transport/station_tram.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"network",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "bus",
"icon": "poi-trolleybus",
"fields": [
"name",
"network",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-light-rail",
"fields": [
"name",
"ref_stop_position",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-metro",
"icon": "poi-monorail",
"fields": [
"name",
"ref_stop_position",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-metro",
"icon": "poi-subway",
"fields": [
"name",
"ref_stop_position",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"ref_stop_position",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "bus",
"icon": "poi-trolleybus",
"fields": [
"name",
"ref_stop_position",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/railway/_tram_stop.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "rail-light",
"icon": "poi-tram",
"fields": [
"name",
"network",
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/type/route/light_rail.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "route-tram",
"icon": "route-light-rail",
"fields": [
"name",
"ref_route",
Expand Down

0 comments on commit 8ac87f7

Please sign in to comment.