From baae1926455d9b69b1405cc1683d1be0f3565338 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Fri, 23 Jan 2015 15:25:15 +1000 Subject: Add support for more tile types to OSM plugin. In addition to the existing MapQuest tile set make the ThunderForest tile set also available as additional supported map types. This change adds the following map types to the OSM plugin: StreetMap - from MapQuest SatelliteMapDay - from MapQueset CycleMap - from ThunderForest TransitMap (day) - from ThunderForest TransitMap (night) - from ThunderForest TerrainMap - from ThunderForest PedestrianMap - from ThunderForeset Change-Id: I663b275689ee55929d0afa7da20ed3c57c78e037 Reviewed-by: Alex Blasche --- src/location/doc/src/plugins/osm.qdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/location/doc/src/plugins/osm.qdoc') diff --git a/src/location/doc/src/plugins/osm.qdoc b/src/location/doc/src/plugins/osm.qdoc index ee9b2a48..a92d8422 100644 --- a/src/location/doc/src/plugins/osm.qdoc +++ b/src/location/doc/src/plugins/osm.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Aaron McCarthy +** Copyright (C) 2015 Aaron McCarthy ** Contact: http://www.qt-project.org/legal ** ** This file is part of the documentation of the Qt Toolkit. @@ -37,8 +37,9 @@ This geo services plugin allows applications to access \l {http://openstreetmap.org}{Open Street Map} location based services using the Qt Location API. -Data, imagery and map information provided by \l {http://www.mapquest.com}{MapQuest}, OpenStreetMap and -contributors. The data is available under the \l {http://www.opendatacommons.org/licenses/odbl}{Open Database License}. +Data, imagery and map information provided by \l {http://www.mapquest.com}{MapQuest}, +\l {http://www.thunderforest.com/}{ThunderForest}, OpenStreetMap and contributors. The data is +available under the \l {http://www.opendatacommons.org/licenses/odbl}{Open Database License}. The Open Street Map geo services plugin can be loaded by using the plugin key "osm". -- cgit v1.2.1