Skip to content

Commit d4a883b

Browse files
committed
修复wmts例子
1 parent 36c8611 commit d4a883b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leaflet/WMTSLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
bounds: L.bounds([-2.0037508342789244E7, -2.0037508342789244E7], [2.0037508342789244E7, 2.0037508342789244E7])
2525
})
2626
});
27-
L.supermap.wmtsLayer("http://192.168.38.124:8090/iserver/services/map-china400/wmts100",
27+
L.supermap.wmtsLayer(host + "/iserver/services/map-china400/wmts100",
2828
{
2929
layer: "China",
3030
style: "default",

0 commit comments

Comments
 (0)