L.esri.query({ url: "http://127.0.0.1:6080/arcgis/rest/services/demo/ditu/MapServer/0" }).where("1=1")
.run(function(error, result) { console.log(result.features); result.features.forEach(function(result) { //后續處理result 為 geojson });
L.esri.query({ url: "http://127.0.0.1:6080/arcgis/rest/services/demo/ditu/MapServer/0" }).where("1=1")
.run(function(error, result) { console.log(result.features); result.features.forEach(function(result) { //后續處理result 為 geojson });
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。