Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…p-carto

Conflicts:
	project.mml
	project.yaml
  • Loading branch information
matthijsmelissen committed Oct 11, 2015
2 parents 2a2ec9d + 8d5112a commit 9b57f2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
10 changes: 0 additions & 10 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@
marker-fill: @transportation-icon;
}

[feature = 'amenity_car_sharing'][zoom >= 18] {
point-file: url('symbols/car_share.p.16.png');
point-placement: interior;
}

[feature = 'amenity_car_rental'][zoom >= 17] {
marker-file: url('symbols/rental_car.16.svg');
marker-fill: @transportation-icon;
Expand Down Expand Up @@ -1162,17 +1157,12 @@
}

[feature = 'amenity_car_rental'][zoom >= 17],
[feature = 'amenity_car_sharing'][zoom >= 18],
[feature = 'amenity_bicycle_rental'][zoom >= 17],
[feature = 'leisure_slipway'][zoom >= 17] {
text-name: "[name]";
[feature = 'amenity_car_sharing'] {
text-name: "[operator]";
}
text-size: 9;
text-fill: @transportation-text;
[feature = 'amenity_car_rental'] { text-dy: 10; }
[feature = 'amenity_car_sharing'] { text-dy: 11; }
[feature = 'amenity_bicycle_rental'] { text-dy: 10; }
[feature = 'leisure_slipway'] { text-dy: 13; }
text-face-name: @book-fonts;
Expand Down
Loading

0 comments on commit 9b57f2f

Please sign in to comment.