Mapbox GL JS 在特定搜索地址上设置颜色
我正在寻找一种在地图上搜索时绘制特定地址的方法。我找不到解决办法。我尝试了 Mapbox Studio 但找不到这个特定功能。我附上参考图片。任何帮助将不胜感激。 查看此图片
I am looking for a way to paint a specific address when searched on map. I cannot find a way around. I tried Mapbox Studio but could not find this specific feature. I am attaching a reference image. Any help will be appreciated.
Checkout this image
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你应该使用绘制多边形的功能。
您可以参考这些示例以获取更多信息:
https:// /docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-draw/
和
https://docs.mapbox.com/mapbox-gl-js /示例/geojson-多边形/
I think you should use the feature of draw polygon.
You can refer to these examples for more information:
https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-draw/
and
https://docs.mapbox.com/mapbox-gl-js/example/geojson-polygon/