Skip to content

Commit

Permalink
add amenity=charging_station icon
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfg4 committed Jul 22, 2016
1 parent 2ddf2c4 commit 471a2b0
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 10 deletions.
8 changes: 8 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@
}
}

[feature = 'amenity_charging_station'][zoom >= 17] {
marker-file: url('symbols/charging_station.16.svg');
marker-fill: @transportation-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_fuel'][zoom >= 17] {
marker-file: url('symbols/fuel.16.svg');
marker-fill: @transportation-icon;
Expand Down Expand Up @@ -1738,6 +1745,7 @@
}

[feature = 'highway_bus_stop'],
[feature = 'amenity_charging_station'],
[feature = 'amenity_fuel'],
[feature = 'amenity_bus_station'] {
[zoom >= 17] {
Expand Down
Loading

0 comments on commit 471a2b0

Please sign in to comment.