Closed sensescape closed 11 years ago
High Road only includes data to zoom 10, so we need to manually pull features from planet_osm_line
. Let's do this together tomorrow so we can decide which road types to include.
Now in roads.mss
:
/* Low-zoom roads */
.line[highway='motorway'],
.line[highway='trunk'],
.line[highway='primary'],
.line[highway='secondary'],
{
[zoom<10]
{
line-width: 5;
line-color: #f0f;
}
}
done
not seeing roads, need to add z8 and z9
below is not working [zoom>=9] { ::outline { line-width: 1; }
}