Hi I am creating an Android app that displays an OpenStreetMap using osmdroid.
On the tile server I am using: Mod_tile, renderd, mapnik, osm2pgsql and a postgresql/postgis database. Currently the map will only zoom to level 16, any zoom level beyond this returns HTTP request errors saying that the map tile was not found e.g. on zoom level 17 I get: Problem downloading MapTile: 17/64367... I have been looking through various files and have noticed a few variables relating to Max zoom but I am not too sure what to change. I modified the entities.xml.inc to have the following at the bottom: <!ENTITY minscale_zoom18 "<MinScaleDenominator>1000</MinScaleDenominator>"> however this did not change anything. Can anyone help? Thanks
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

