This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Change the boundry from local tile server

0

Hi,

I am running a local tile server. For India Map, I want to remove the current boundary of India and insert Administrative boundary which is available with me in shape file format.

How can I do that?

asked 16 Dec '16, 09:22

Reshma%20Maner's gravatar image

Reshma Maner
235303136
accept rate: 0%


One Answer:

1

There is some information in this diary entry that might help. If the results of the Overpass query don't get exactlly what you want then you should be able to infer something from the tags it's looking for, and fill in the gaps yourself.

Then, depending on what sort of tile server you're running and how it displays boundary data, update OSM's on-the-ground boundary data with the claim of a particular country.

answered 17 Dec '16, 12:14

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

There is not much detail on the link you gave.

I am running a local OSM server and imported data using osm2pgsql script. How can I remove a state or a country boundary and upload new boundary from a shape file?

(19 Dec '16, 06:01) Reshma Maner

How can I remove a state or a country boundary and upload new boundary from a shape file?

(27 Dec '16, 09:05) Reshma Maner

That's actually going to depend on which map style you're using currently. You'll need to understand how that currently displays admin boundaries (at various levels) now, and how the style works (how data is extracted from the rendering database for display).

Which map style are you using?

(27 Dec '16, 09:32) SomeoneElse ♦

What exactly you want to know by map style?

I have referred below link and set up OSM map server using osm2pgsql. Downloaded osm.pbf file and extracted data in PostGresql.

https://seshagiriprabhu.wordpress.com/2013/07/21/building-an-openstreetmap-tile-server-on-ubuntu-12-04-lts/

(27 Dec '16, 11:18) Reshma Maner

I am using Mod-Tile, renderd, Mapnik and OSM2pgsql tools for running the map server

(27 Dec '16, 11:26) Reshma Maner
1

Somewhere you'll have a file "renderd.conf". In there there will probably be a line "XML=" that points to a file like "mapnik.xml". That probably came from from the PPA that you used to set up the server. If you're lucky, you'll also have a file "project.mml" or "project.yaml" that is part of the source of that style (from which mapnik.xml is created).

If you don't have that, I wouldn't recommend trying to edit mapnik.xml manually - I'd download a different map style, install it as per its installation instructions, and have "renderd.conf" point at that.

I wrote a guide here that goes through the process for one map style. You may be able to use some of that to help set up a map style of your choice (see the sections below here particularly). If you want to install a version of the "standard" map style used at openstreetmap.org read this, but do check that the pre-requisites for that (e.g mapnik version).

(27 Dec '16, 12:02) SomeoneElse ♦
showing 5 of 6 show 1 more comments

Source code available on GitHub .