Skip to content

Commit

Permalink
Merge remote-tracking branch 'nebulon42/svg-icons-money'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Jan 6, 2015
2 parents 0b418b2 + 93be349 commit 3f2d6bc
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
13 changes: 9 additions & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@wetland-text: darken(#017fff, 10%); /* Also for marsh */
@mud-text: darken(#aea397, 20%);
@shop-icon: #ac39ac;
@money-icon: #555555;
@transportation-icon: #0092da;
@transportation-text: #0066ff;
@airtransport: #8461C4;
Expand Down Expand Up @@ -29,13 +30,17 @@
}

[feature = 'amenity_atm'][zoom >= 17] {
point-file: url('symbols/atm2.p.16.png');
point-placement: interior;
marker-file: url('symbols/atm.16.svg');
marker-fill: @money-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_bank'][zoom >= 17] {
point-file: url('symbols/bank2.p.16.png');
point-placement: interior;
marker-file: url('symbols/bank.16.svg');
marker-fill: @money-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_bar'][zoom >= 17] {
Expand Down
12 changes: 12 additions & 0 deletions symbols/atm.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/atm2.p.16.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/bank.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/bank2.p.16.png
Binary file not shown.

0 comments on commit 3f2d6bc

Please sign in to comment.