Skip to content

Commit 6cd2519

Browse files
committed
修复例子
1 parent 013f820 commit 6cd2519

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/leaflet/01_mapService.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
mapService();
2525

2626
function mapService() {
27-
L.supermap.mapService(url, {
28-
projection: "4326"
29-
}).getMapInfo(function (serviceResult) {
27+
L.supermap.mapService(url).getMapInfo(function (serviceResult) {
3028
var result = serviceResult.result;
3129
var innerHTML = "(map信息太多,只打印一部分)" + "<br><br>";
3230
innerHTML += "地图名:" + JSON.stringify(result.name, null, 2) + "<br>";

0 commit comments

Comments
 (0)