简体   繁体   English

Nextzen按数据类型过滤

[英]Nextzen filter by datatype

since Mapzen shutdown I am using Nextzen for requesting specific MapTiles from OpenStreetMap. 自从Mapzen关闭以来,我正在使用Nextzen从OpenStreetMap请求特定的MapTiles。

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

My question is: Is there a way to filter the requested Data by changing a request data type like you do in Mapzen? 我的问题是:有没有办法像在Mapzen中一样通过更改请求数据类型来过滤请求的数据? (Already tried replacing the "all" with other statements) (已经尝试用其他语句替换“全部”)

This is an example how Mapzen lets you specify your requested layers: 这是Mapzen如何让您指定所需图层的示例: 在此处输入图片说明 https://mapzen.com/documentation/search/search/#filter-your-search Is there a similar feature in Nextzen? https://mapzen.com/documentation/search/search/#filter-your-search Nextzen有类似的功能吗?

Thank you very much! 非常感谢你!

It's not possible. 这是不可能的。

The image you shared is for Mapzen Search , which is the geocoding service that was hosted by Mapzen, and based on the Pelias Geocoder . 您共享的图像用于Mapzen Search ,这是Mapzen托管的地理编码服务,基于Pelias Geocoder

The tiles hosted by Nextzen are a completely different service, which don't contain the same filtering options. Nextzen托管的图块是一项完全不同的服务,其中不包含相同的过滤选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM