hi all , i need to map without place i ask this question in stackoverflow but was not exactly clear for me ,I need step by step help asked 29 Mar '17, 13:00 djary |
You can remove something from OSM but then it is removed for all people looking at the map. If you remove data that is correct, that would be called vandalism. If you want to display a map without POI names, then you need to run a server that generates the map (a "renderer") and instruct the renderer not to display POIs. You cannot use the public OpenStreetMap server because that does not allow you to switch off the POI names. answered 29 Mar '17, 14:09 Frederik Ramm ♦ In other words, it can not be remove place (POI) from osm
(29 Mar '17, 15:10)
djary
1
Correct, you can't/shouldn't remove it from the main OSM database just for your specific purpose.
(29 Mar '17, 15:27)
scai ♦
so i think must work with google map with pay
(29 Mar '17, 19:53)
djary
and for completeness, if you want to "run a server that generates the map" you can find instructions at https://switch2osm.org/manually-building-a-tile-server-16-04-2-lts/ . The map style that uses is from https://github.com/gravitystorm/openstreetmap-carto/ . Even if the language of the style is new to you, it's not that difficult to work out what things like https://github.com/gravitystorm/openstreetmap-carto/blob/master/amenity-points.mss#L583 do. You may also find https://ircama.github.io/osm-carto-tutorials/ useful.
(29 Mar '17, 21:18)
SomeoneElse ♦
|