start of mapbox streets theme

This commit is contained in:
Hannes Janetzek 2013-05-22 12:44:11 +02:00
parent e507bb6b06
commit 4899e61ee7
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ import java.io.InputStream;
public enum InternalRenderTheme implements Theme { public enum InternalRenderTheme implements Theme {
DEFAULT("/org/oscim/theme/styles/default.xml"), DEFAULT("/org/oscim/theme/styles/default.xml"),
TRONRENDER("/org/oscim/theme/styles/tronrender.xml"),
TRONRENDER("/org/oscim/theme/styles/tronrender.xml"); MAPNIK("/org/oscim/theme/styles/carto.xml");
private final String mPath; private final String mPath;

View File

@ -703,7 +703,7 @@
</rule> </rule>
</rule> </rule>
<rule e="node" k="building_label" v="*" zoom-min="15"> <rule e="node" k="building_label" v="*" zoom-min="14">
<caption fill="#1d2e6f" font-size="14" style="italic" k="name" priority="20" <caption fill="#1d2e6f" font-size="14" style="italic" k="name" priority="20"
stroke="#9daeef" stroke-width="0.8" /> stroke="#9daeef" stroke-width="0.8" />
</rule> </rule>