[Marble-commits] KDE/kdeedu/marble/data/maps/earth/openstreetmap
Dennis Nienhüser
earthwings at gentoo.org
Sun Jan 9 11:58:16 CET 2011
SVN commit 1213152 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.
M +1 -1 openstreetmap.dgml
--- trunk/KDE/kdeedu/marble/data/maps/earth/openstreetmap/openstreetmap.dgml #1213151:1213152
@@ -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