1. create custom rendertheme.xml
2. change all places to show at all zoom levels
3. it will not affect zoom levels - cities show farther out, suburb,town,village show at lower no matter what I put for max/min zoom levels
<rule e="node" k="place" v="*">
<rule e="node" k="place" v="suburb|town|village" zoom-min="1" zoom-max="125">
<caption k="name" font-style="bold" font-size="15" fill="#000000" stroke="#ffffff" stroke-width="2.0" />
</rule>
<rule e="node" k="place" v="city" zoom-min="1" zoom-max="125">
<caption k="name" font-style="bold" font-size="25" fill="#000000" stroke="#ffffff" stroke-width="2.0" />
</rule>
</rule>
I expect the cities,towns,etc to ALWAYS show their labels at any zoom level
0.3.0 Android
Can't get it to work with any zoom levels, or any wild cards, ALWAYS goes back to its default and doesnt let me show cities at same time as suburbs
<?xml version="1.0" encoding="UTF-8"?>
<rendertheme xmlns="http://mapsforge.org/renderTheme" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://mapsforge.org/renderTheme ../renderTheme.xsd" version="1" map-background="#ffffff">
<rule e="node" k="place" v="*">
<caption k="name" font-style="bold" font-size="25" fill="#000000" stroke="#ffffff" stroke-width="2.0" />
</rule>
</rendertheme>