We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c8611 commit d4a883bCopy full SHA for d4a883b
examples/leaflet/WMTSLayer.html
@@ -24,7 +24,7 @@
24
bounds: L.bounds([-2.0037508342789244E7, -2.0037508342789244E7], [2.0037508342789244E7, 2.0037508342789244E7])
25
})
26
});
27
- L.supermap.wmtsLayer("http://192.168.38.124:8090/iserver/services/map-china400/wmts100",
+ L.supermap.wmtsLayer(host + "/iserver/services/map-china400/wmts100",
28
{
29
layer: "China",
30
style: "default",
0 commit comments