mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[developers map] change tilelayer to openstreetmap
This commit is contained in:
parent
9952fc8aa6
commit
d4c97fa241
@ -12,8 +12,9 @@
|
||||
<body>
|
||||
<div id="developers-map"></div>
|
||||
<script>
|
||||
var developersMapTiles = L.tileLayer('http://a.tiles.mapbox.com/v3/lyzidiamond.map-ietb6srb/{z}/{x}/{y}.png', {
|
||||
maxZooom: 18
|
||||
var developersMapTiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||
maxZooom: 18,
|
||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||
});
|
||||
|
||||
$.getJSON($('link[rel="points"]').attr("href"), function(data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user