Skip to content

Commit 0a8e5ef

Browse files
committed
fix 误改示例map url
1 parent 332a0b5 commit 0a8e5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leaflet/01_layersLegend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h5 class='panel-title text-center'>
7070
<script type="text/javascript" include="bootstrap" src="../js/include-web.js"></script>
7171
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
7272
<script type="text/javascript">
73-
var url = (window.isLocal ? window.server : "https://iserver.supermap.io") + "/iserver/services/map-jingjin/rest/maps/京津地区地图";
73+
var url = (window.isLocal ? window.server : "https://iserver.supermap.io") + "/iserver/services/map-jingjin/rest/maps/京津地区土地利用现状图";
7474
var map = L.map('map', {
7575
preferCanvas: true,
7676
crs: L.CRS.EPSG4326,

0 commit comments

Comments
 (0)