emux
unread,Apr 24, 2013, 3:00:14 AM4/24/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mapsfo...@googlegroups.com
Hi Thilo,
If we zoom out completely at a map view showing a map file, at small zoom levels close to 0 the following exception is thrown.
Similar exception is thrown also, when at creation of a TileRendererLayer we pass a MapViewPosition with the default latitude,longitude=0,0 and zoom level=0
The map file is just a country from your download server. I'd expect at both cases to be able to see a white map view and just the footprint of the country coastline at zoom level close to 0, like at main branch. Is there a different logic implemented now?
Thanks
FATAL EXCEPTION: MapWorker
java.lang.IllegalArgumentException: invalid tileX number: 2
at org.mapsforge.core.model.Tile.<init>(Tile.java:79)
at org.mapsforge.map.layer.renderer.DependencyCache.fillDependencyOnTile2(DependencyCache.java:802)
at org.mapsforge.map.layer.renderer.DependencyCache.fillDependencyOnTile(DependencyCache.java:189)
at org.mapsforge.map.layer.renderer.LabelPlacement.placeLabels(LabelPlacement.java:192)
at org.mapsforge.map.layer.renderer.DatabaseRenderer.executeJob(DatabaseRenderer.java:155)
at org.mapsforge.map.layer.renderer.MapWorker.renderTile(MapWorker.java:63)
at org.mapsforge.map.layer.renderer.MapWorker.doWork(MapWorker.java:45)
at org.mapsforge.map.util.PausableThread.run(PausableThread.java:140)