Skip to content

Commit f8190ed

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/waze-osm'
2 parents d2081c3 + 2802f8a commit f8190ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+7250
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
Contributed data sources for QuickMapServices plugin (https://github.com/nextgis/quickmapservices).
33

44
These services are maintained by community. They are not validated and may contain errors, license violations etc. Use at your own risk.
5+
6+
To become available for QuickMapServices plugin, new release should made by someone with appropriate privileges.
7+
8+
A short instruction on how to add new QuickMapServices data_source: https://github.com/nextgis/quickmapservices/wiki/Adding-data-source

data_sources/2gis_map/2gis.png

1.46 KB
Loading

data_sources/2gis_map/metadata.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tms]
2+
url = http://tile2.maps.2gis.com/tiles?x={x}&y={y}&z={z}&v=1.1
3+
version = [u'1.1']
4+
mirrors = [u'tile1', u'tile2', u'tile3']
5+
6+
[general]
7+
id = 2gis_map
8+
type = TMS
9+
is_contrib = False
10+
11+
[ui]
12+
group = 2gis
13+
alias = 2gis Map
14+
alias[ru] = Карта 2gis
15+
icon = 2gis.png
16+

data_sources/bing_sat/metadata.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ copyright_link =
1717
terms_of_use =
1818

1919
[tms]
20-
url = http://ecn.t3.tiles.virtualearth.net/tiles/svi{q}.jpeg?g=0&dir=dir_n'
20+
url = http://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=0&dir=dir_n'
2121
zmin = 1
2222
zmax = 18
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[tms]
2+
url = http://a.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
3+
4+
[general]
5+
id = cartodb_dark
6+
type = TMS
7+
is_contrib = True
8+
9+
[ui]
10+
group = cartodb
11+
alias = Dark Matter
12+
icon = logos_cartofant_cartodb_light.svg
13+
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[tms]
2+
url = http://a.basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}.png
3+
4+
[general]
5+
id = cartodb_dark_nolabels
6+
type = TMS
7+
is_contrib = True
8+
9+
[ui]
10+
group = cartodb
11+
alias = Dark Matter (no labels)
12+
icon = logos_cartofant_cartodb_light.svg
13+
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[tms]
2+
url = http://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png
3+
4+
[general]
5+
id = cartodb_positron
6+
type = TMS
7+
is_contrib = True
8+
9+
[ui]
10+
group = cartodb
11+
alias = Positron
12+
icon = logos_cartofant_cartodb_light.svg
13+

0 commit comments

Comments
 (0)