From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 16:42:47 +0000 (+0200) Subject: OpenStreetMap (osmarender) has a zoom of 17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491719b826bd3bf71c6993daccea82598c00b771;p=libchamplain OpenStreetMap (osmarender) has a zoom of 17 --- 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");