Hi, I am using the Openstreetmap with Leaflet.js library. In the map, on zoom I want to display countries only. Is it possible to hide the cities in the map? Thanks. asked 12 Dec '13, 11:31 Jay |
One Answer:
It's only possible to do that by creating a custom map style. The text is embedded into the map images, and there's no way to remove certain features afterwards. See https://help.openstreetmap.org/questions/136/how-do-i-render-my-own-maps-for-my-website for more. answered 12 Dec '13, 12:01 Andy Allan |
However there are various different tile providers available, maybe one of them fits your needs. Just make sure to comply with their tile usage policies.