Skip to content

Commit

Permalink
move eat & drink related icons to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jan 14, 2015
1 parent 7ec43a9 commit a21b701
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 12 deletions.
36 changes: 24 additions & 12 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
}

[feature = 'amenity_bar'][zoom >= 17] {
point-file: url('symbols/bar.p.20.png');
point-placement: interior;
marker-file: url('symbols/bar.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_bicycle_rental'][zoom >= 17] {
Expand Down Expand Up @@ -78,8 +80,10 @@
}

[feature = 'amenity_cafe'][zoom >= 17] {
point-file: url('symbols/cafe.p.16.png');
point-placement: interior;
marker-file: url('symbols/cafe.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'tourism_camp_site'][zoom >= 16] {
Expand Down Expand Up @@ -267,13 +271,17 @@
}

[feature = 'amenity_pub'][zoom >= 17] {
point-file: url('symbols/pub.p.16.png');
point-placement: interior;
marker-file: url('symbols/pub.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_biergarten'][zoom >= 17] {
point-file: url('symbols/biergarten.p.16.png');
point-placement: interior;
marker-file: url('symbols/biergarten.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_recycling'][zoom >= 16] {
Expand All @@ -285,13 +293,17 @@

[feature = 'amenity_restaurant'][zoom >= 17],
[feature = 'amenity_food_court'][zoom >= 17] {
point-file: url('symbols/restaurant.p.16.png');
point-placement: interior;
marker-file: url('symbols/restaurant.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_fast_food'][zoom >= 17] {
point-file: url('symbols/fast_food.png');
point-placement: interior;
marker-file: url('symbols/fast_food.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_telephone'][zoom >= 17] {
Expand Down
12 changes: 12 additions & 0 deletions symbols/bar.16.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/bar.p.20.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/biergarten.16.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/biergarten.p.16.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/cafe.16.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/cafe.p.16.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/fast_food.16.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/fast_food.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/pub.16.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/pub.p.16.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/restaurant.16.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/restaurant.p.16.png
Binary file not shown.

0 comments on commit a21b701

Please sign in to comment.