Skip to content

Commit

Permalink
Merge pull request #1185 from nebulon42/svg-religious
Browse files Browse the repository at this point in the history
move religion related icons to SVG
  • Loading branch information
gravitystorm committed Jan 2, 2015
2 parents 9b1cc41 + 3d0b421 commit 30b74f1
Show file tree
Hide file tree
Showing 19 changed files with 121 additions and 11 deletions.
24 changes: 13 additions & 11 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -204,34 +204,36 @@
}

[feature = 'amenity_place_of_worship'][zoom >= 16] {
point-file: url('symbols/place_of_worship3.p.16.png');
point-placement: interior;
marker-file: url('symbols/religious/place_of_worship.16.svg');
marker-fill: #000000;
marker-placement: interior;
marker-clip: false;
[religion = 'christian'] {
point-file: url('symbols/christian3.p.14.png');
marker-file: url('symbols/religious/christian.16.svg');
[denomination = 'jehovahs_witness']{
point-file: url('symbols/place_of_worship3.p.16.png');
marker-file: url('symbols/religious/place_of_worship.16.svg');
}
}
[religion = 'muslim'] {
point-file: url('symbols/islamic3.p.16.png');
marker-file: url('symbols/religious/muslim.16.svg');
}
[religion = 'sikh'] {
point-file: url('symbols/sikh3.p.16.png');
marker-file: url('symbols/religious/sikhist.16.svg');
}
[religion = 'jewish'] {
point-file: url('symbols/jewish3.p.16.png');
marker-file: url('symbols/religious/jewish.16.svg');
}
[religion = 'hindu'] {
point-file: url('symbols/hindu.png');
marker-file: url('symbols/religious/hinduist.16.svg');
}
[religion = 'buddhist'] {
point-file: url('symbols/buddhist.png');
marker-file: url('symbols/religious/buddhist.16.svg');
}
[religion = 'shinto'] {
point-file: url('symbols/shinto.png');
marker-file: url('symbols/religious/shintoist.16.svg');
}
[religion = 'taoist'] {
point-file: url('symbols/taoist.png');
marker-file: url('symbols/religious/taoist.16.svg');
}
}

Expand Down
Binary file removed symbols/buddhist.png
Binary file not shown.
Binary file removed symbols/christian3.p.14.png
Binary file not shown.
Binary file removed symbols/hindu.png
Binary file not shown.
Binary file removed symbols/islamic3.p.16.png
Binary file not shown.
Binary file removed symbols/jewish3.p.16.png
Binary file not shown.
Binary file removed symbols/place_of_worship3.p.16.png
Binary file not shown.
12 changes: 12 additions & 0 deletions symbols/religious/buddhist.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/christian.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/hinduist.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/jewish.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/muslim.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/place_of_worship.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/shintoist.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/sikhist.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions symbols/religious/taoist.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/shinto.png
Binary file not shown.
Binary file removed symbols/sikh3.p.16.png
Binary file not shown.
Binary file removed symbols/taoist.png
Binary file not shown.

0 comments on commit 30b74f1

Please sign in to comment.