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 });

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案