forked from gravitystorm/openstreetmap-carto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change allotments color and add outline (gravitystorm#3625)
- Loading branch information
Showing
5 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,3 @@ | ||
Pattern file for allotments was generated in two steps. | ||
|
||
SVG file is generated using JSDotPattern generator (http://www.imagico.de/map/jsdotpattern.php) using these options: | ||
|
||
- symbol definition: pixel | ||
- offset: 8 8 | ||
- scale: 0.25 | ||
- symbol pattern (foreground color): #f2faeb | ||
- point generation | ||
- distance: 4 | ||
- regular square dot pattern | ||
- rendering: render (px aligned) | ||
- pattern size: 64 | ||
|
||
(direct link: x,64,jdp34225;gs,4,32,32;rd,1,0,0,pixel,0.25,8,8,0,jdp4911,f2faeb,cdebb0;) | ||
|
||
This generates file allotments.svg | ||
|
||
However, since SVG files are not properly handled by Mapnik, the file was converted to png with alpha channel: symbols/allotments.png | ||
The allotments pattern is based on allotments.svg | ||
|
||
However, since SVG patterns is not properly handled by Mapnik at this time, the SVG file was converted to a PNG file with alpha channel, allotments.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.