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

After installing own tile server seeing from switch2osm.org but can’t find the way how to edit map, config etc.

0

Hi,

I have followed the procedure of creating own title server from switch2osm.org, we have config well but now we are in trouble we don't know what to do next how to see have map & edit it for our use. We are stuck after successfully creating title server.

Kindly I request provide some links to help us moving further steps.

asked 12 Aug '17, 08:50

ranveerneemkar's gravatar image

ranveerneemkar
9556
accept rate: 0%

What do you mean by "edit it for our use"? What do you actually want to change?

(13 Aug '17, 14:50) SomeoneElse ♦

One Answer:

0

Running a tile server only has a peripheral bearing on running an API server with editor and so on.

For installing an instance of the so called "rails port" see here: https://github.com/openstreetmap/openstreetmap-website and https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md

Note that you will need to set up replication and consume diffs on your tile server from your rails-post instance. Doing that is not well documented and you will need to figure things out yourself.

answered 12 Aug '17, 11:47

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .