Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
rename img->shield. fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ajashton committed Aug 4, 2014
1 parent 30b08a4 commit 57011fd
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _src/make_shields.sh
Expand Up @@ -10,9 +10,9 @@ for reflen in {1..6}; do
convert -type TrueColorMatte -size ${sm_width}x$sm_height xc:none \
-fill $motorway -stroke '#888888' \
-draw "roundRectangle 0,0 $(($sm_width-1)),$(($sm_height-1)), 3,3" \
../img/motorway_sm_$reflen.png
../shield/motorway_sm_$reflen.png
convert -type TrueColorMatte -size ${lg_width}x$lg_height xc:none \
-fill $motorway -stroke '#888888' \
-draw "roundRectangle 0,0 $(($lg_width-1)),$(($lg_height-1)), 4,4" \
../img/motorway_lg_$reflen.png
../shield/motorway_lg_$reflen.png
done
6 changes: 3 additions & 3 deletions labels.mss
Expand Up @@ -128,7 +128,7 @@
// to use shaves a bit off the final project.xml size
[ldir='N'],[ldir='S'],[ldir='E'],[ldir='W'],
[ldir='NE'],[ldir='SE'],[ldir='SW'],[ldir='NW'] {
shield-file: url("img/dot-small.png");
shield-file: url("shield/dot-small.png");
shield-unlock-image: true;
shield-name: @name;
shield-size: 14;
Expand Down Expand Up @@ -251,10 +251,10 @@
shield-fill: #765;
shield-min-distance: 60;
shield-size: 9;
shield-file: url('img/motorway_sm_[reflen].png');
shield-file: url('shield/motorway_sm_[reflen].png');
[zoom>=15] {
shield-size: 11;
shield-file: url('img/motorway_lg_[reflen].png');
shield-file: url('shield/motorway_lg_[reflen].png');
}
}

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 57011fd

Please sign in to comment.