From 785cf59d53a4005ef46f6d75a31ce6edce38b5e1 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Thu, 4 Aug 2016 14:22:43 +0200 Subject: Adding server side provider records for QtLocation This patch adds to version control the files containing the provider records for qtlocation. These files should be kept in sync with what is served at http://maps-redirect.qt.io/osm/ Change-Id: Icf4ebd83818605a317f58b562df47c328a4ea7cf Reviewed-by: Alex Blasche --- src/plugins/geoservices/osm/providers/5.8/terrain | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/plugins/geoservices/osm/providers/5.8/terrain (limited to 'src/plugins/geoservices/osm/providers/5.8/terrain') diff --git a/src/plugins/geoservices/osm/providers/5.8/terrain b/src/plugins/geoservices/osm/providers/5.8/terrain new file mode 100644 index 00000000..7fc6636c --- /dev/null +++ b/src/plugins/geoservices/osm/providers/5.8/terrain @@ -0,0 +1,9 @@ +{ + "UrlTemplate" : "http://a.tile.thunderforest.com/landscape/%z/%x/%y.png", + "ImageFormat" : "png", + "QImageFormat" : "Indexed8", + "ID" : "thf-landsc", + "MaximumZoomLevel" : 19, + "MapCopyRight" : "Thunderforest", + "DataCopyRight" : "OpenStreetMap contributors" +} -- cgit v1.2.1