bing地图 - 使用REST图像API确定最大缩放级别

发布于 2025-02-02 15:48:38 字数 524 浏览 2 评论 0 原文

有人可以向我确认这可以用作某些变焦级别的无图块的标识符。如果我发出以下请求:“ http://ecn.t2.tiles.virtualearth.net/tiles/a0030300.jpeg? = not tile“

这可以作为空图块(图像宽度摄像头)的标识符?

我也想知道是否有一个呼叫呼叫rest api可以使用tilepositionx和tilepositiony而不是lat,lon为此请求:

Can someone confirm to me that this can be used as an identifier for no tiles at certain zoom levels. If I issue the following request: "http://ecn.t2.tiles.virtualearth.net/tiles/a0030300.jpeg?g=12276" in the response headers there is going to be entry "X-VE-Tile-Info=no-tile"

This can be taken as an identifier for the empty tile (image width camera)?

Also I wonder if there is a call to REST API that will use tilePositionX and tilePositionY instead lat, lon for this request: https://dev.virtualearth.net/REST/V1/Imagery/Metadata/Aerial/40.714550167322159,-74.007124900817871?o=xml&zl=20&key={BINGAPI_KEY}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱你是孤单的心事 2025-02-09 15:48:39

相反,该标头可以用于识别该图块是否不可用。

图像元数据服务仅与纬度/经度坐标一起使用,而不是瓷砖坐标。检查特定图块坐标是否可用图像的唯一方法是请求图像可以检查标头(基本上是REST服务)。

Corrent, that header can be used to identify if imagery is not available for that tile.

The imagery metadata service only works with latitude/longitude coordinates and not tile coordinates. The only way to check if imagery is available for a specific tile coordinate is to request the image can check the header (basically a rest service).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文