Skip to content

Commit

Permalink
Merge pull request #1476 from nebulon42/svg-wind-power
Browse files Browse the repository at this point in the history
move wind power symbol to SVG
  • Loading branch information
matthijsmelissen committed Apr 20, 2015
2 parents e20120e + 7326224 commit e975195
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
6 changes: 4 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,10 @@
[feature = 'power_generator']['generator:source' = 'wind'],
[feature = 'power_generator'][power_source = 'wind'] {
[zoom >= 15] {
point-file: url('symbols/power_wind.png');
point-placement: interior;
marker-file: url('symbols/power_wind-16.svg');
marker-placement: interior;
marker-fill: black;
marker-clip: false;
}
}

Expand Down
40 changes: 40 additions & 0 deletions symbols/power_wind-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/power_wind.png
Binary file not shown.

0 comments on commit e975195

Please sign in to comment.