Skip to content

Commit

Permalink
地图底图改为天地图
Browse files Browse the repository at this point in the history
  • Loading branch information
lihy0 committed Dec 14, 2022
1 parent 65bfb38 commit 28be44c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions templates/post_m/show_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,17 @@
});


// var basemap_kd1 = L.tileLayer.chinaProvider('Google.Satellite.Map', {
// maxZoom: 18,
// minZoom: 1
// }).addTo(map_kd1);
var basemap_kd1 = L.tileLayer.chinaProvider('TianDiTu.Normal.Map', {
maxZoom: 12,
attribution: '',
id: "mapbox.satellite",

});
basemap_kd1.addTo(map_kd1);





var kd1_0131 = L.tileLayer.wms('https://tile.osgeo.cn/service', {
layers: uu.dataset.maplet,
Expand Down

0 comments on commit 28be44c

Please sign in to comment.