summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2008-11-05 09:45:52 -0500
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2008-11-05 09:45:52 -0500
commitf6b5b984f25e5f5bfdb5dcc7121fc4267e66073e (patch)
treef0ff39d779655cdd492c6c0f96ff6a3c9b0ef387
parent407e03e5c711e20eac1d2affafb729adc9df37f8 (diff)
downloadlibchamplain-f6b5b984f25e5f5bfdb5dcc7121fc4267e66073e.tar.gz
Add a missing level
-rw-r--r--champlain/sources/osmmapnik.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/champlain/sources/osmmapnik.c b/champlain/sources/osmmapnik.c
index 7ea393a..1425e53 100644
--- a/champlain/sources/osmmapnik.c
+++ b/champlain/sources/osmmapnik.c
@@ -41,7 +41,7 @@ void
osm_mapnik_init(Map *map)
{
map->name = "OpenStreetMap";
- map->zoom_levels = 17;
+ map->zoom_levels = 18;
map->tile_size = 256;
map->get_row_count = osm_mapnik_row_count;