We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013f820 commit 6cd2519Copy full SHA for 6cd2519
examples/leaflet/01_mapService.html
@@ -24,9 +24,7 @@
24
mapService();
25
26
function mapService() {
27
- L.supermap.mapService(url, {
28
- projection: "4326"
29
- }).getMapInfo(function (serviceResult) {
+ L.supermap.mapService(url).getMapInfo(function (serviceResult) {
30
var result = serviceResult.result;
31
var innerHTML = "(map信息太多,只打印一部分)" + "<br><br>";
32
innerHTML += "地图名:" + JSON.stringify(result.name, null, 2) + "<br>";
0 commit comments