Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
ian29 committed Sep 8, 2014
0 parents commit 1d25264
Show file tree
Hide file tree
Showing 14 changed files with 1,156 additions and 0 deletions.
Binary file added img/full_highlight.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/full_shadow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/land_paper.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/medium_highlight.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/medium_shadow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/water_paper.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/wheatpaste (1).tm2z
Binary file not shown.
Binary file added img/wheatpaste.tm2z
Binary file not shown.
58 changes: 58 additions & 0 deletions label.mss
@@ -0,0 +1,58 @@
// --- places ------------------------------------

#place_label {
text-name: @name;
text-face-name: @sans_bold_italic;
text-halo-fill: @land;
text-halo-radius: 3;
text-halo-rasterizer: fast;
text-size: 16;
text-transform:lowercase;
[type='city'] { text-size: 28; }
[type='town'] { text-size: 22; }
[zoom>13][type='neighborhood'],
[zoom>13][type='village'],
[zoom>14][type='suburb'],
[zoom>14][type='hamlet'] {
text-size: 18;
}
::red {
text-name: @name;
text-face-name: @sans_bold_italic;
text-fill: #f04;
text-dx: 2;
text-dy: 2;
}
}

// --- pois ------------------------------------

#poi_label[scalerank=1][zoom>=14],
#poi_label[scalerank=2][zoom>=16],
#poi_label[scalerank=3][zoom>=17] {
[type='Aerodrome']{
text-name: "'[ ' + [ref] + ' ]'";
text-face-name: @sans_bold;
text-size: 20;
text-transform:uppercase;
}
// --- dots ---------
marker-width: 8;
marker-fill: #000;
marker-line-color: @land;
marker-line-width: 3;

// --- text ---------
text-name: @name;
text-face-name: @sans_italic;
text-size: 14;
text-halo-fill: @land;
text-halo-radius: 3;
text-halo-rasterizer: fast;
text-transform: lowercase;
text-wrap-width: 100;
text-placement-type: simple;
text-placements: NE,SE,NW,SW;
text-dx: 5;
text-dx: -5;
}

0 comments on commit 1d25264

Please sign in to comment.