From 491719b826bd3bf71c6993daccea82598c00b771 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 18:42:47 +0200 Subject: [PATCH] OpenStreetMap (osmarender) has a zoom of 17 --- bindings/perl/Champlain/t/ChamplainMapSource.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/t/ChamplainMapSource.t b/bindings/perl/Champlain/t/ChamplainMapSource.t index b43db13..ad29868 100644 --- a/bindings/perl/Champlain/t/ChamplainMapSource.t +++ b/bindings/perl/Champlain/t/ChamplainMapSource.t @@ -72,7 +72,7 @@ sub test_osm_osmarender { is($map->get_id, 'osm-osmarender', "$label id"); is($map->get_name, 'OpenStreetMap Osmarender', "$label name"); is($map->get_min_zoom_level, 0, "$label min zoom"); - is($map->get_max_zoom_level, 18, "$label max zoom"); + is($map->get_max_zoom_level, 17, "$label max zoom"); is($map->get_tile_size, 256, "$label tile size"); is($map->get_license, $OSM_LICENSE, "$label license"); is($map->get_license_uri, $OSM_URL_LICENSE , "$label license_uri"); -- 2.39.5