[libchamplain] Increase the maximum zoom level of Mapquest to 19



commit 08c9ea88e4a9fe19adc81da2329066f53b2332c5
Author: Jiří Techet <techet gmail com>
Date:   Thu Oct 30 14:49:30 2014 +0100

    Increase the maximum zoom level of Mapquest to 19

 champlain/champlain-map-source-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-map-source-factory.c b/champlain/champlain-map-source-factory.c
index 3ffcba3..30944f2 100644
--- a/champlain/champlain-map-source-factory.c
+++ b/champlain/champlain-map-source-factory.c
@@ -167,7 +167,7 @@ champlain_map_source_factory_init (ChamplainMapSourceFactory *factory)
         "Data, imagery and map information provided by MapQuest, Open Street Map and contributors",
         "http://creativecommons.org/licenses/by-sa/2.0/";,
         0,
-        17,
+        19,
         256,
         CHAMPLAIN_MAP_PROJECTION_MERCATOR,
         "https://otile1.mqcdn.com/tiles/1.0.0/osm/#Z#/#X#/#Y#.png";,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]