Nextzen按数据类型过滤

时间:2018-10-17 19:54:08

标签: mapzen

自从Mapzen关闭以来,我正在使用Nextzen从OpenStreetMap请求特定的MapTiles。

请求看起来像这样: https://tile.nextzen.org/tilezen/vector/v1/all/16/34970/22499.json?api_key= {your_apiKey}

我的问题是: 有没有办法像在Mapzen中一样通过更改请求数据类型来过滤请求的数据? (已经尝试用其他语句替换“全部”)

这是Mapzen如何让您指定所需图层的示例:  enter image description here https://mapzen.com/documentation/search/search/#filter-your-search Nextzen有类似的功能吗?

非常感谢您!

1 个答案:

答案 0 :(得分:0)

不可能。

您共享的图像用于Mapzen Search ,这是Mapzen托管的地理编码服务,基于Pelias Geocoder

Nextzen托管的图块是一项完全不同的服务,其中不包含相同的过滤选项。