【问题标题】:how to get all the information of maps in ArcGIS onlineArcGIS在线如何获取地图的所有信息
【发布时间】:2016-10-22 01:44:36
【问题描述】:

我正在使用 ArcGIS REST API,并希望在 ArcGIS 在线图库中检索有关地图的信息。

例如,我想要这个页面的所有信息:http://doc.arcgis.com/en/living-atlas/item/?itemId=aa9c87d6f17b452296252bd75005f6a4这是一张地图

我知道每张地图都有一个 itemID,但是他们在这个页面上有很多地图:http://doc.arcgis.com/en/living-atlas/#s=0&subCat=0&type=All&area=All,我如何从中获取所有地图 ID?是否有 REST 服务可以做到这一点?我在他们的 REST API 参考中没有找到。

【问题讨论】:

    标签: html rest web-crawler arcgis arcgis-server


    【解决方案1】:

    page that you're referencing 正在使用ArcGIS REST API。如果您查看浏览器控制台的网络面板,您会首先看到它是searching for all the groups that have the tag of "gallery" and the owner is esri OR Esri_cy_US,使用groups search endpoint

    然后它使用这些组并使用search endpoint 查找这些组中的所有项目:

    祝您使用 REST API 好运!

    【讨论】:

      猜你喜欢
      • 2011-12-04
      • 2015-05-25
      • 2012-07-02
      • 1970-01-01
      • 1970-01-01
      • 2018-07-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多