从OSM移除地点 [英] Removing Places from OSM

查看:111
本文介绍了从OSM移除地点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否存在从OSM地图中删除所有地点的方法?也像商店,酒吧,修复物,酒店等.

Doe is exists a way to remove all the places from the OSM map? Also like shops, bars, restorations, hotels etc.

我希望使用信息较少的地图.是否可以从原始OSM服务器执行此操作?也许像URL中的选项或其他?我在我的项目中使用Leaflet库,也许其中有一些选择?

I wish to use a maps with a less info. Is it possible to do this from the original OSM server? Maybe like a option in URL or something else? I use Leaflet library for my project, maybe some option in it?

我希望在GMAPS API中拥有它:

I wished to have it like in GMAPS API:

new google.maps.Map(map_div,{
    styles:[{
        elementType:'all',
        featureType:'poi',
        stylers:[{
            visibility:'off'
            }]
        }]});

通过JS或通过额外的URL(大约),但没有位置.

Over JS or over extra URL, so or so, but without places.

推荐答案

主要的OSM服务仅提供一个渲染,您不能更改该渲染.相反,您可以:

The main OSM service provides only one rendering, and you can't change that rendering. Instead, you could:

  • Render your own tiles - you could design them in Tilemill and host them using Tilestache.
  • Use maps provided by a third party, such as these Mapbox maps, or opencyclemap, or...

这篇关于从OSM移除地点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆