Removing Places from OSM

2019-07-21 06:16发布

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

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?

I wished to have it like in GMAPS API:

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

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

1条回答
戒情不戒烟
2楼-- · 2019-07-21 06:45

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

查看更多
登录 后发表回答