Get capture date from mapbox satellite imagery

淺唱寂寞╮ 提交于 2019-12-11 12:13:42

问题


I am following the mapbox tutorial here. I have the static map displaying nicely inside of my web page. I would like to include a capture date on the image provided by map box.

I am using the mapbox.satellite mapId. So, my url looks like this:

https://api.mapbox.com/v4/mapbox.satellite/${lng},${lat},19/1000x700.jpg90?access_token=${accessToken}

My access token is provided by Digital Globe in a trial account. Does anyone know if the capture date is available, and if so, how to retrieve it?

来源:https://stackoverflow.com/questions/34346450/get-capture-date-from-mapbox-satellite-imagery

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!