start of mapbox streets theme
This commit is contained in:
parent
e507bb6b06
commit
4899e61ee7
@ -23,8 +23,8 @@ import java.io.InputStream;
|
||||
public enum InternalRenderTheme implements Theme {
|
||||
|
||||
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;
|
||||
|
||||
|
||||
@ -703,7 +703,7 @@
|
||||
</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"
|
||||
stroke="#9daeef" stroke-width="0.8" />
|
||||
</rule>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user