android arcgis100.4加載天地圖不顯示

天地圖不顯示緣由:html

1.天地圖官方認證,2019年1月1日 起天地圖API及服務接口調用都須要得到開發受權,須要去天地圖網址申請認證(lbs.tianditu.gov.cn/authorizati…).web

認證後獲取到的key 添加到服務地址上.spa

  1. Arcgis100.4 默認添加了請求referer 值,天地圖會拒絕請求,替換爲http://map.tianditu.gov.cn/ 可正常顯示.(arcgis 降級到100.1也可正常顯示)
RequestConfiguration requestConfiguration = new RequestConfiguration();
requestConfiguration.getHeaders().put("referer", "http://map.tianditu.gov.cn/");
WebTiledLayer webTiledLayer.setRequestConfiguration(requestConfiguration);複製代碼
相關文章
相關標籤/搜索