summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2014-10-30 14:49:30 +0100
committerJiří Techet <techet@gmail.com>2014-10-30 14:49:30 +0100
commit08c9ea88e4a9fe19adc81da2329066f53b2332c5 (patch)
treec79db8f7a6a968cb39eccbbe10869e8d6e782be1
parente1a1af44f90c1c65e81a4c7b65a6a92b79b6e125 (diff)
downloadlibchamplain-08c9ea88e4a9fe19adc81da2329066f53b2332c5.tar.gz
Increase the maximum zoom level of Mapquest to 19
-rw-r--r--champlain/champlain-map-source-factory.c2
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",