Hi all,
I'm trying to unterstand the mapsforge concept for zoom levels.
I have found three places concerning zoom levels:
1. tag_mapping.xml (eg. osm-tag key="waterway" value="riverbank" zoom-appear="8")
2. configuration for mapfile-write (zoom-interval-conf, eg. 5,0,7,10,8,11,14,12,21)
3. theme.xml (eg. rule e="way" k="oneway" v="yes|true" zoom-min="16)
My interpretation:
1. Controls the objects to store in in the .map-file and sets a default zoom level.
2. Purpose unclear.
3. Controls the apperance for each object in each zoom level (starting at the default zoom level).
Questions:
- How to interprete the "zoom-interval-conf" for the mapfile-writer ?
- And how does the configuration affects the zoom control in "tag_mapping.xml" and "theme.xml" ?
- What else is important to know ?
Thanks for any explanation ...
Regards Klaus