Hi, I have setup my own tile server and rendered India Map. I want to remove admin boundary. It was suggested in a post that you can achieve this by deleting admin borders from postgresql map database. Can somebody help and tell me what do I need to do to remove admin boundary from the map I am rendering from my server. asked 28 Nov '18, 13:01 Reshma Maner |
You should look at the corresponding layer configuration in the osm-carto style (see https://github.com/gravitystorm/openstreetmap-carto/blob/master/project.mml#L1140 and https://github.com/gravitystorm/openstreetmap-carto/blob/master/admin.mss) (if you are using that) and either remove the corresponding data from the database (not something that I would recommend), or simply remove/disable the corresponding layer configuration in the style (you could then add a border layer from another source for example). answered 30 Nov '18, 13:15 SimonPoole ♦ |