[Marble-commits] branches/KDE/4.6/kdeedu/marble/data/maps/earth/openstreetmap

Dennis Nienhüser earthwings at gentoo.org
Sun Jan 9 11:59:26 CET 2011


SVN commit 1213154 by nienhueser:

Limit the maximum zoom value to one closer to the maximum tile level. Zooming in very close has little practical use and causes problems when double precision is not available.
Backport of commit 1213152.

 M  +1 -1      openstreetmap.dgml  


--- branches/KDE/4.6/kdeedu/marble/data/maps/earth/openstreetmap/openstreetmap.dgml #1213153:1213154
@@ -11,7 +11,7 @@
             <description><![CDATA[<p>A <i>global roadmap</i> created by the OpenStreetMap (OSM) project.</p><p>OSM is an open community which creates free editable maps. The OSM data was rendered using Mapnik.</p>]]></description>
             <zoom>
                 <minimum>   900  </minimum>
-                <maximum>  4000  </maximum>
+                <maximum>  3500  </maximum>
                 <discrete> false </discrete>
             </zoom>
         </head>


More information about the Marble-commits mailing list