]> err.no Git - libchamplain/commitdiff
OpenStreetMap (osmarender) has a zoom of 17
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sat, 17 Oct 2009 16:42:47 +0000 (18:42 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 17 Oct 2009 18:14:23 +0000 (14:14 -0400)
bindings/perl/Champlain/t/ChamplainMapSource.t

index b43db13be46ff1adb42247f1a0ce384faab5791c..ad29868daa3ec678f3058c5be017b6b5741f170a 100644 (file)
@@ -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");