Skip to content

Commit

Permalink
Replacing bus station PNG icon with SVG version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Feb 17, 2016
1 parent 65ae9ee commit 086d85a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
10 changes: 8 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@
}

[feature = 'amenity_bus_station'][zoom >= 16] {
point-file: url('symbols/bus_station.n.16.png');
point-placement: interior;
marker-file: url('symbols/bus_station.14.svg');
marker-fill: @transportation-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_taxi'][zoom >= 17] {
Expand Down Expand Up @@ -1726,6 +1728,10 @@
[feature = 'highway_bus_stop'] {
text-dy: 9;
}
[feature = 'amenity_bus_station'] {
text-size: 10;
text-face-name: @bold-fonts;
}
}
}

Expand Down
52 changes: 52 additions & 0 deletions symbols/bus_station.14.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed symbols/bus_station.n.16.png
Binary file not shown.

0 comments on commit 086d85a

Please sign in to comment.