From 5cc4bc8be465a7be7dc83c70fc36b6468fe2e19c Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sat, 28 Feb 2009 23:17:28 +0200 Subject: [PATCH] OpenStreetMap only has 18 levels --- champlain/champlain-map-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/champlain/champlain-map-source.c b/champlain/champlain-map-source.c index d22894c..647b657 100644 --- a/champlain/champlain-map-source.c +++ b/champlain/champlain-map-source.c @@ -389,7 +389,7 @@ ChamplainMapSource * champlain_map_source_new_osm_mapnik () { champlain_map_source_new_network ("OpenStreetMap Mapnik", - "(CC) by contributors", "", 0, 20, 256, + "(CC) by contributors", "", 0, 18, 256, CHAMPLAIN_MAP_PROJECTION_MERCATOR, "http://tile.openstreetmap.org/%d/%d/%d.png", CHAMPLAIN_MAP_SOURCE_PARAMETER_Z, -- 2.39.5