Update rendering style
This commit is contained in:
parent
7ee4b39163
commit
774c8d2452
3 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,8 @@ public class RendererRegistry {
|
||||||
internalRenderers.put("Touring-view_(more-contrast-and-details)", "Touring-view_(more-contrast-and-details)" +".render.xml");
|
internalRenderers.put("Touring-view_(more-contrast-and-details)", "Touring-view_(more-contrast-and-details)" +".render.xml");
|
||||||
internalRenderers.put("High-contrast-roads", "High-contrast-roads" + ".render.xml");
|
internalRenderers.put("High-contrast-roads", "High-contrast-roads" + ".render.xml");
|
||||||
internalRenderers.put("Winter-and-ski", "Winter-and-ski" + ".render.xml");
|
internalRenderers.put("Winter-and-ski", "Winter-and-ski" + ".render.xml");
|
||||||
|
// internalRenderers.put("High-detail-topo", "High-detail-topo" + ".render.xml");
|
||||||
|
internalRenderers.put("High-detail-topo", "High-detail-topo-v2" + ".render.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
public RenderingRulesStorage defaultRender() {
|
public RenderingRulesStorage defaultRender() {
|
||||||
|
|
|
@ -144,6 +144,8 @@ Contact: sniata@o2.pl
|
||||||
<groupFilter nightMode="true" color="#000066" shader=""/>
|
<groupFilter nightMode="true" color="#000066" shader=""/>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
||||||
|
<filter minzoom="1" tag="natural" value="coastline" color="#b9c7e1" strokeWidth_2="1"/>
|
||||||
<filter minzoom="9" color="#b9c7e1" tag="natural" value="water"/>
|
<filter minzoom="9" color="#b9c7e1" tag="natural" value="water"/>
|
||||||
<filter minzoom="9" color="#b9c7e1" tag="natural" value="bay"/>
|
<filter minzoom="9" color="#b9c7e1" tag="natural" value="bay"/>
|
||||||
<filter minzoom="9" color="#b9c7e1" tag="landuse" value="reservoir"/>
|
<filter minzoom="9" color="#b9c7e1" tag="landuse" value="reservoir"/>
|
||||||
|
|
|
@ -438,6 +438,7 @@
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="35" tag="natural" value="coastline"/>
|
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="35" tag="natural" value="coastline"/>
|
||||||
|
|
||||||
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="35" tag="natural" value="land"/>
|
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="35" tag="natural" value="land"/>
|
||||||
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="35" tag="ferry_route" value="ferry" nameTag="ferry_route_ref"/>
|
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="35" tag="ferry_route" value="ferry" nameTag="ferry_route_ref"/>
|
||||||
<!-- Location names -->
|
<!-- Location names -->
|
||||||
|
|
Loading…
Reference in a new issue