kopia lustrzana https://github.com/hholzgra/ocitysmap
668 wiersze
18 KiB
Plaintext
668 wiersze
18 KiB
Plaintext
/*
|
||
The labels are for world zooms, mid-zooms, and detailed city zooms, all in one file.
|
||
Covers zooms 0 to 19.
|
||
|
||
Used in map style MMLs:
|
||
|
||
• Normal map style
|
||
- just this MSS
|
||
• Hybrid map style
|
||
- also overriden by:
|
||
toner-hybrid-with-labels.mss
|
||
• Hybrid map style - labels only
|
||
- also overriden by:
|
||
toner-hybrid-only-labels.mss
|
||
*/
|
||
|
||
/*
|
||
Continent labels are just points.
|
||
*/
|
||
#continent-labels[zoom>=1][zoom<3] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-wrap-width: 32;
|
||
text-size: 14;
|
||
text-fill: #000;
|
||
text-halo-radius: 3;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
|
||
/*
|
||
Ocean, Sea, Bay and other marine labels. Some use of scalerank column
|
||
here helps define exactly which features come in at which zoom levels.
|
||
*/
|
||
#marine-labels-110m[zoom=2][scalerank=0] name,
|
||
#marine-labels-110m[zoom=3] name,
|
||
#marine-labels-50m[zoom=4][scalerank<4] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold Italic';
|
||
text-wrap-width: 80;
|
||
text-size: 14;
|
||
text-fill: #fff;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #000;
|
||
}
|
||
|
||
#marine-labels-50m[zoom>=5][zoom<6] name,
|
||
#marine-labels-10m[zoom>=6] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-wrap-width: 80;
|
||
text-size: 14;
|
||
text-fill: #fff;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #000;
|
||
}
|
||
|
||
|
||
/*
|
||
Country labels
|
||
*/
|
||
.country-labels-110m-z3[zoom=3][longfrom<=3] name,
|
||
.country-labels-110m-z3[zoom=3][longfrom>3] shortname
|
||
{
|
||
text-face-name: 'Arial Regular';
|
||
text-wrap-width: 80;
|
||
text-size: 13;
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
.country-labels-110m-z4[zoom=4] label_z4
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-wrap-width: 80;
|
||
text-size: 14;
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
.country-labels-110m-z5[zoom=5] label_z5
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-wrap-width: 80;
|
||
text-size: 16;
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
.country-labels-110m-z6[zoom=6] label_z6
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-wrap-width: 80;
|
||
text-size: 18;
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
|
||
/*
|
||
Admin-1 (states, provinces) labels
|
||
*/
|
||
.admin1-labels-50m-z4[zoom=4] label_z4,
|
||
.admin1-labels-50m-z5[zoom=5] label_z5,
|
||
.admin1-labels-50m-z6[zoom=6] label_z6,
|
||
.admin1-labels-50m-z7[zoom=7] label_z7
|
||
{
|
||
text-face-name: 'Arial Unicode MS Regular';
|
||
text-wrap-width: 80;
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
.admin1-labels-50m-z4[zoom=4]{ text-size: 12; }
|
||
.admin1-labels-50m-z5[zoom=5]{ text-size: 16; }
|
||
.admin1-labels-50m-z6[zoom=6]{ text-size: 18; }
|
||
.admin1-labels-50m-z7[zoom=7]{ text-size: 20; }
|
||
|
||
|
||
/*
|
||
City labels
|
||
*/
|
||
.city-points-z4[zoom=4],
|
||
.city-points-z5[zoom=5],
|
||
.city-points-z6[zoom=6],
|
||
.city-points-z7[zoom=7],
|
||
.city-points-z8[zoom=8]
|
||
/*,
|
||
.city-points-z9[zoom=9]*/
|
||
{
|
||
point-file: url('icons/dot.png');
|
||
point-allow-overlap: true;
|
||
}
|
||
|
||
.city-labels-z4[zoom=4][justified='left'],
|
||
.city-labels-z5[zoom=5][justified='left'],
|
||
.city-labels-z6[zoom=6][justified='left'],
|
||
.city-labels-z7[zoom=7][justified='left'],
|
||
.city-labels-z8[zoom=8][justified='left']
|
||
/*,
|
||
.city-labels-z9[zoom=9][justified='left']
|
||
*/
|
||
{
|
||
text-dx: -5;
|
||
text-dy: 1;
|
||
}
|
||
|
||
.city-labels-z4[zoom=4][justified='right'],
|
||
.city-labels-z5[zoom=5][justified='right'],
|
||
.city-labels-z6[zoom=6][justified='right'],
|
||
.city-labels-z7[zoom=7][justified='right'],
|
||
.city-labels-z8[zoom=8][justified='right']
|
||
/*,
|
||
.city-labels-z9[zoom=9][justified='right']
|
||
*/
|
||
{
|
||
text-dx: 5;
|
||
text-dy: 1;
|
||
}
|
||
|
||
|
||
.city-labels-z4[zoom=4] name,
|
||
.city-labels-z5[zoom=5] name,
|
||
.city-labels-z6[zoom=6] name
|
||
{
|
||
text-allow-overlap: true;
|
||
text-face-name: 'Arial Unicode MS Regular';
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
.city-labels-z7[zoom=7] name
|
||
{
|
||
text-allow-overlap: true;
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
.city-labels-z8[zoom=8] name,
|
||
.city-points-z9[zoom=9] name,
|
||
.city-points-z10[zoom=10] name,
|
||
.city-points-z11[zoom=11] name,
|
||
.city-points-z12[zoom=12] name
|
||
{
|
||
text-allow-overlap: true;
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
/*
|
||
We loose the townspot and don't use Dymo
|
||
placement anymore, so don't let Mapnik
|
||
overlap
|
||
*/
|
||
|
||
.city-points-z9[zoom=9] name,
|
||
.city-points-z10[zoom=10] name,
|
||
.city-points-z11[zoom=11] name,
|
||
.city-points-z12[zoom=12] name
|
||
{
|
||
text-allow-overlap: false;
|
||
}
|
||
|
||
/*
|
||
City Labels ZOOM 4
|
||
*/
|
||
.city-labels-z4[zoom=4] name { text-size: 10; }
|
||
.city-labels-z4[zoom=4][font_size=14] name { text-size: 14; }
|
||
|
||
/* About: */
|
||
/* Labels should look pretty, that's where Dymo comes in */
|
||
/* These are for the Dymo settings, and for debug */
|
||
/* Once it goes thru Dymo, we just use font_size */
|
||
|
||
/* NOTE: We use font_size instead of population proxy, */
|
||
/* as Mapnik freaks when pop is not a number, and sometimes */
|
||
/* Dymo doesn't spit out the right field formating. */
|
||
|
||
/*
|
||
.city-labels-z4[zoom=4] name { text-size: 10; }
|
||
.city-labels-z4[zoom=4][population>=25000] name { text-size: 10; }
|
||
.city-labels-z4[zoom=4][population>=100000] name { text-size: 10; }
|
||
.city-labels-z4[zoom=4][population>=1000000] name { text-size: 14; }
|
||
*/
|
||
|
||
/*
|
||
City Labels ZOOM 5
|
||
*/
|
||
.city-labels-z5[zoom=5] name { text-size: 12; }
|
||
.city-labels-z5[zoom=5][font_size=16] name { text-size: 16; }
|
||
/*
|
||
.city-labels-z5[zoom=5] name { text-size: 12; }
|
||
.city-labels-z5[zoom=5][population>=25000] name { text-size: 12; }
|
||
.city-labels-z5[zoom=5][population>=100000] name { text-size: 12; }
|
||
.city-labels-z5[zoom=5][population>=1000000] name { text-size: 16; }
|
||
*/
|
||
|
||
/*
|
||
City Labels ZOOM 6
|
||
*/
|
||
.city-labels-z6[zoom=6] name { text-size: 12; }
|
||
.city-labels-z6[zoom=6][font_size=18] name { text-size: 18; }
|
||
/*
|
||
.city-labels-z6[zoom=6] name { text-size: 12; }
|
||
.city-labels-z6[zoom=6][population>=25000] name { text-size: 12; }
|
||
.city-labels-z6[zoom=6][population>=100000] name { text-size: 12; }
|
||
.city-labels-z6[zoom=6][population>=1000000] name { text-size: 18; }
|
||
*/
|
||
|
||
/*
|
||
City Labels ZOOM 7
|
||
*/
|
||
.city-labels-z7[zoom=7] name { text-size: 12; }
|
||
.city-labels-z7[zoom=7][font_size=18] name { text-size: 18; }
|
||
/*
|
||
.city-labels-z7[zoom=7][population>0] name { text-size: 12; }
|
||
.city-labels-z7[zoom=7][population>=25000] name { text-size: 12; }
|
||
.city-labels-z7[zoom=7][population>=100000] name { text-size: 12; }
|
||
.city-labels-z7[zoom=7][population>=1000000] name { text-size: 18; }
|
||
*/
|
||
|
||
/*
|
||
City Labels ZOOM 8, 9 10
|
||
*/
|
||
.city-labels-z8[zoom=8] name { text-size: 13; }
|
||
.city-labels-z8[zoom=8][font_size=20] name { text-size: 20; }
|
||
.city-points-z9[zoom=9] name { text-size: 13; }
|
||
.city-points-z9[zoom=9][font_size=20] name { text-size: 20; }
|
||
.city-points-z10[zoom=10] name { text-size: 13; }
|
||
.city-points-z10[zoom=10][font_size=20] name { text-size: 20; }
|
||
.city-points-z11[zoom=11] name { text-size: 13; }
|
||
.city-points-z11[zoom=11][font_size=20] name { text-size: 20; }
|
||
.city-points-z12[zoom=12] name { text-size: 13; }
|
||
.city-points-z12[zoom=12][font_size=20] name { text-size: 20; }
|
||
|
||
/*
|
||
.city-labels-z8[zoom=8] name { text-size: 13; }
|
||
.city-labels-z8[zoom=8][population>=25000] name { text-size: 13; }
|
||
.city-labels-z8[zoom=8][population>=100000] name { text-size: 20; }
|
||
.city-labels-z8[zoom=8][population>=1000000] name { text-size: 20; }
|
||
|
||
.city-points-z9[zoom=9] name { text-size: 13; }
|
||
.city-points-z9[zoom=9][population>=25000] name { text-size: 13; }
|
||
.city-points-z9[zoom=9][population>=100000] name { text-size: 20; }
|
||
.city-points-z9[zoom=9][population>=1000000] name { text-size: 20; }
|
||
|
||
.city-points-z10[zoom=10] name { text-size: 13; }
|
||
.city-points-z10[zoom=10][population>=25000] name { text-size: 13; }
|
||
.city-points-z10[zoom=10][population>=100000] name { text-size: 20; }
|
||
.city-points-z10[zoom=10][population>=1000000] name { text-size: 20; }
|
||
|
||
.city-points-z11[zoom=11] name { text-size: 13; }
|
||
.city-points-z11[zoom=11][population>=25000] name { text-size: 13; }
|
||
.city-points-z11[zoom=11][population>=100000] name { text-size: 20; }
|
||
.city-points-z11[zoom=11][population>=1000000] name { text-size: 20; }
|
||
|
||
.city-points-z12[zoom=12] name { text-size: 13; }
|
||
.city-points-z12[zoom=12][population>=25000] name { text-size: 13; }
|
||
.city-points-z12[zoom=12][population>=100000] name { text-size: 20; }
|
||
.city-points-z12[zoom=12][population>=1000000] name { text-size: 20; }
|
||
*/
|
||
|
||
|
||
/*
|
||
If you wanted to use OSM labels instead...
|
||
Note: make sure that layer is 'on' in the MML
|
||
*/
|
||
|
||
/*
|
||
.osm-place-points[zoom=11][place=city] name
|
||
{
|
||
text-allow-overlap: false;
|
||
text-face-name: 'Arial Bold';
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
text-size: 20;
|
||
}
|
||
.osm-place-points[zoom=11][place=town] name
|
||
{
|
||
text-allow-overlap: false;
|
||
text-face-name: 'Arial Bold';
|
||
text-fill: #000;
|
||
text-halo-radius: 2;
|
||
text-halo-fill: #fff;
|
||
text-size: 13;
|
||
}
|
||
*/
|
||
|
||
|
||
|
||
|
||
/*
|
||
Park labels
|
||
*/
|
||
/* */
|
||
/* REFERNCE THE POLYS being filtered */
|
||
/*
|
||
.green-areas[zoom=10][area>5000000],
|
||
.green-areas[zoom=11][area>1000000],
|
||
.green-areas[zoom=12][area> 500000],
|
||
.green-areas[zoom=12][area> 200000],
|
||
.green-areas[zoom=13][area> 75000],
|
||
.green-areas[zoom=14][area> 10000],
|
||
.green-areas[zoom>14]
|
||
{
|
||
*/
|
||
|
||
.water-bodies-labels[zoom=9][area>100000000][kind=lake] name,
|
||
.water-bodies-labels[zoom=10][area>100000000][kind=lake] name,
|
||
.water-bodies-labels[zoom=11][area>25000000] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-size: 12;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-halo-radius: 2;
|
||
text-spacing: 200;
|
||
text-allow-overlap: false;
|
||
text-wrap-width: 50;
|
||
}
|
||
|
||
|
||
.water-bodies-labels[zoom=12][area>5000000][kind=lake] name,
|
||
#green-areas-labels[zoom=12][area>5000000] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-size: 12;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-halo-radius: 2;
|
||
text-spacing: 200;
|
||
text-allow-overlap: false;
|
||
text-wrap-width: 70;
|
||
}
|
||
|
||
|
||
.water-bodies-labels[zoom=13][area>2000000][kind=lake] name,
|
||
#green-areas-labels[zoom=13][area>2000000] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-size: 12;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-halo-radius: 2;
|
||
text-spacing: 100;
|
||
text-allow-overlap: false;
|
||
text-wrap-width: 70;
|
||
}
|
||
.water-bodies-labels[zoom=14][area>200000] name,
|
||
#green-areas-labels[zoom=14][area>200000] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-size: 12;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-halo-radius: 2;
|
||
text-spacing: 100;
|
||
text-allow-overlap: false;
|
||
text-wrap-width: 70;
|
||
}
|
||
.water-bodies-labels[zoom=15][area>50000] name,
|
||
#green-areas-labels[zoom=15][area>50000] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-size: 12;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-halo-radius: 2;
|
||
text-spacing: 100;
|
||
text-allow-overlap: false;
|
||
text-wrap-width: 30;
|
||
}
|
||
|
||
.water-bodies-labels[zoom=16][area>10000] name,
|
||
.water-bodies-labels[zoom>=17] name,
|
||
#green-areas-labels[zoom=16][area>10000] name,
|
||
#green-areas-labels[zoom>=17] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-size: 13;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-wrap-width: 40;
|
||
text-halo-radius: 2;
|
||
text-spacing: 100;
|
||
text-allow-overlap: false;
|
||
text-wrap-width: 40;
|
||
}
|
||
|
||
.water-bodies-labels[zoom>=9] name
|
||
{
|
||
text-fill: #fff;
|
||
text-halo-fill: #000;
|
||
text-size: 13 !important;
|
||
}
|
||
.water-bodies-labels[zoom>=16] name
|
||
{
|
||
text-size: 14 !important;
|
||
}
|
||
|
||
#green-areas-labels[zoom>=12] name
|
||
{
|
||
text-fill: #000;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
|
||
|
||
/*
|
||
Road labels
|
||
*/
|
||
#major-road-labels[zoom>=12] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-placement: line;
|
||
text-max-char-angle-delta: 30;
|
||
text-fill: #000;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #fff;
|
||
text-spacing: 100;
|
||
}
|
||
|
||
#major-road-labels[highway=trunk][zoom>=14] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-placement: line;
|
||
text-max-char-angle-delta: 30;
|
||
text-fill: #000;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #fff;
|
||
text-spacing: 100;
|
||
}
|
||
|
||
#major-road-labels[highway=primary][zoom>=14] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-placement: line;
|
||
text-max-char-angle-delta: 30;
|
||
text-fill: #000;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #fff;
|
||
text-spacing: 100;
|
||
}
|
||
|
||
#major-road-labels[highway=primary][zoom>=16] name
|
||
{
|
||
text-halo-radius: 2;
|
||
}
|
||
|
||
#major-road-labels[zoom=16] name
|
||
{
|
||
text-fill: #000;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
#major-road-labels[is_tunnel=yes][zoom>=15] name
|
||
{
|
||
text-fill: #777;
|
||
text-halo-fill: #fff;
|
||
}
|
||
|
||
#minor-road-labels[zoom>=16] name
|
||
{
|
||
text-face-name: 'Arial Unicode MS Bold';
|
||
text-placement: line;
|
||
text-max-char-angle-delta: 30;
|
||
text-fill: #000;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #fff;
|
||
text-spacing: 100;
|
||
}
|
||
|
||
#major-road-labels[zoom=12] name { text-dy: 7; }
|
||
#major-road-labels[highway=trunk][zoom=12] name { text-size: 12; }
|
||
#major-road-labels[highway=primary][zoom=12] name { text-size: 12; }
|
||
|
||
#major-road-labels[zoom=13] name { text-dy: 8; }
|
||
#major-road-labels[highway=trunk][zoom=13] name { text-size: 13; }
|
||
#major-road-labels[highway=primary][zoom=13] name { text-size: 13; }
|
||
|
||
#major-road-labels[highway=trunk][zoom=14] name { text-dy: 9; text-size: 14; }
|
||
#major-road-labels[highway=primary][zoom=14] name { text-dy: 9; text-size: 14; }
|
||
#major-road-labels[highway=secondary][zoom=14] name { text-dy: 7; text-size: 12; }
|
||
|
||
#major-road-labels[highway=trunk][zoom=15] name { text-dy: 12; text-size: 15; }
|
||
#major-road-labels[highway=primary][zoom=15] name { text-dy: 12; text-size: 15; }
|
||
#major-road-labels[highway=secondary][zoom=15] name { text-dy: 11; text-size: 13; }
|
||
#major-road-labels[highway=tertiary][zoom=15] name { text-dy: 11; text-size: 13; }
|
||
|
||
#major-road-labels[highway=trunk][zoom=16] name { text-dy: 13; text-size: 14; }
|
||
#major-road-labels[highway=primary][zoom=16] name { text-dy: 13; text-size: 14; }
|
||
#major-road-labels[highway=secondary][zoom=16] name { text-dy: 13; text-spacing: 124; text-size: 13; text-halo-radius: 2; }
|
||
#major-road-labels[highway=tertiary][zoom=16] name { text-dy: 13; text-spacing: 124; text-size: 13; text-halo-radius: 2; }
|
||
#minor-road-labels[zoom=16] name { text-dy: 10; text-spacing: 124; text-size: 10; text-halo-radius: 2; }
|
||
|
||
#major-road-labels[highway=trunk][zoom=17] name { text-dy: 16; text-size: 16; }
|
||
#major-road-labels[highway=primary][zoom=17] name { text-dy: 14; text-size: 14; }
|
||
#major-road-labels[highway=secondary][zoom=17] name { text-dy: 14; text-spacing: 180; text-size: 14; text-halo-radius: 2; }
|
||
#major-road-labels[highway=tertiary][zoom=17] name { text-dy: 13; text-spacing: 180; text-size: 12; text-halo-radius: 2; }
|
||
#minor-road-labels[zoom=17] name { text-dy: 13; text-spacing: 180; text-size: 12; text-halo-radius: 2; }
|
||
|
||
#major-road-labels[highway=trunk][zoom>=18] name { text-size: 16; }
|
||
#major-road-labels[highway=primary][zoom>=18] name { text-size: 14; }
|
||
#major-road-labels[highway=secondary][zoom>=18] name { text-size: 14; text-spacing: 300; text-halo-radius: 2; }
|
||
#major-road-labels[highway=tertiary][zoom>=18] name { text-size: 12; text-spacing: 400; text-halo-radius: 2; }
|
||
#minor-road-labels[zoom>=18] name { text-size: 12; text-spacing: 400; text-halo-radius: 2; }
|
||
|
||
|
||
/*
|
||
Subway stations and icons
|
||
*/
|
||
#poi-stations[zoom>=18][railway=station] name
|
||
{
|
||
text-face-name: 'Arial Bold';
|
||
text-size: 12;
|
||
text-placement: point;
|
||
text-max-char-angle-delta: 30;
|
||
text-fill: #4581C3;
|
||
text-halo-radius: 1;
|
||
text-halo-fill: #fff;
|
||
text-spacing: 100;
|
||
text-allow-overlap: true;
|
||
text-wrap-width: 30;
|
||
text-dx: 0;
|
||
text-dy: 8;
|
||
}
|
||
|
||
#poi-station-labels[zoom=17][railway=station] {
|
||
point-file: url('icons/subway_sm.png');
|
||
}
|
||
|
||
#poi-station-labels[zoom>=18][railway=station] {
|
||
point-file: url('icons/subway.png');
|
||
}
|
||
|
||
|
||
/*
|
||
.airports[zoom=2][natlscale>148],
|
||
.airports[zoom=3][natlscale>74],
|
||
.airports[zoom=4][natlscale>37],
|
||
.airports[zoom=5][natlscale>18],
|
||
.airports[zoom=6][natlscale>9.2],
|
||
.airports[zoom=7][natlscale>4.6],
|
||
.airports[zoom=8][natlscale>2.3],
|
||
.airports[zoom=9][natlscale>1.2],
|
||
*/
|
||
.airports[zoom=10][natlscale>.57],
|
||
.airports[zoom=11][natlscale>.29],
|
||
/*
|
||
.airports[zoom=12][natlscale>.14],
|
||
.airports[zoom=13][natlscale>.07]
|
||
*/
|
||
.airports[zoom=12][natlscale>.29],
|
||
.airports[zoom=13][natlscale>.29]
|
||
{
|
||
point-file: url('icons/airplane-19-reverse.png');
|
||
}
|
||
|
||
/*
|
||
.airports[zoom=14][natlscale>.04],
|
||
.airports[zoom=15][natlscale>.02],
|
||
.airports[zoom>=16][natlscale>.01],
|
||
.airports[zoom=14][natlscale>.29],
|
||
.airports[zoom=15][natlscale>.29],
|
||
.airports[zoom>=16][natlscale>.29]
|
||
{
|
||
point-file: url('icons/airplane-35-reverse.png');
|
||
}
|
||
*/
|
||
|
||
|
||
/*
|
||
.airports[zoom=2][natlscale>148] label_sm,
|
||
.airports[zoom=3][natlscale>74] label_sm,
|
||
.airports[zoom=4][natlscale>37] label_sm,
|
||
.airports[zoom=5][natlscale>18] label_sm,
|
||
.airports[zoom=6][natlscale>9.2] label_sm,
|
||
.airports[zoom=7][natlscale>4.6] label_sm,
|
||
.airports[zoom=8][natlscale>2.3] label_sm,
|
||
.airports[zoom=9][natlscale>1.2] label_sm,
|
||
.airports[zoom=10][natlscale>.57] label_sm,
|
||
*/
|
||
/*
|
||
.airports[zoom=11][natlscale>.29] label_sm,
|
||
.airports[zoom=12][natlscale>.29] label_sm,
|
||
*/
|
||
/*
|
||
.airports[zoom=12][natlscale>.14] label_sm,
|
||
.airports[zoom=13][natlscale>.07] label_lng,
|
||
.airports[zoom=14][natlscale>.04] label_lng,
|
||
.airports[zoom=15][natlscale>.02] label_lng,
|
||
.airports[zoom>=16][natlscale>.01] label_lng
|
||
*/
|
||
.airports[zoom=13][natlscale>.29] label_lng,
|
||
.airports[zoom=14][natlscale>.29] label_lng,
|
||
.airports[zoom=15][natlscale>.29] label_lng,
|
||
.airports[zoom>=16][natlscale>.29] label_lng
|
||
{
|
||
text-face-name: 'Arial Unicode MS Italic';
|
||
text-fill: #000;
|
||
text-size: 14;
|
||
|
||
text-halo-fill: #fff;
|
||
text-halo-radius: 2;
|
||
|
||
text-wrap-width: 128;
|
||
text-dy: 14;
|
||
|
||
text-allow-overlap: true;
|
||
}
|
||
|
||
.airports[zoom=14][natlscale>.29] label_lng,
|
||
.airports[zoom=15][natlscale>.29] label_lng,
|
||
.airports[zoom>=16][natlscale>.29] label_lng
|
||
{
|
||
text-dy: 0;
|
||
} |