Skip to content

Commit

Permalink
add rendering for amenity=car_rental (resolves #857)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Mar 15, 2015
1 parent c3b870b commit 47e256d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 12 deletions.
19 changes: 19 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
point-placement: interior;
}

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

[feature = 'tourism_chalet'][zoom >= 17] {
point-file: url('symbols/chalet.p.16.png');
point-placement: interior;
Expand Down Expand Up @@ -712,6 +719,18 @@
}
}

[feature = 'amenity_car_rental'][zoom >= 17] {
text-name: "[name]";
text-size: 9;
text-fill: @transportation-text;
text-dy: 10;
text-face-name: @book-fonts;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: @standard-wrap-width;
text-placement: interior;
}

[feature = 'amenity_parking'][zoom >= 17] {
text-name: "[name]";
text-size: 9;
Expand Down
Loading

0 comments on commit 47e256d

Please sign in to comment.