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

Own OSM Server including osm2pgsql

0

Hi,

I have a question about this tutorial [1] [2]. I have followed the steps as explained, but I get no map in my browser. I do not know where the problem could be. I've done the tutorial twice, but always with the same result. Can someone please give me a hint?

My systems: Debian 6.0.2 (first try) and Debian 6.0.0 (second try)

[1] https://wiki.openstreetmap.org/wiki/DE:HowtoMinutelyHstore [2] https://wiki.openstreetmap.org/wiki/DE:HowTo_Mapnik_%26_Tirex

Regards Chris

asked 11 Oct '11, 09:45

cchelius's gravatar image

cchelius
26113
accept rate: 0%

I have a howto "Build your own OpenStreetMap Server - Ubuntu 10.04 Lucid Lynx". I have never tried it before but if you are interested tell me your email address.

(19 Jun '12, 19:04) cchelius

yee sure i am interested my email adress is ahmadhc90@gmail.com

(19 Jun '12, 19:44) ahmadhc

4 Answers:

1

Please have a look at the switch2osm.org site, the instructions there are maintained and kept up to date. Particularly wrt osm2pgsql old instructions tend to be misleading.

answered 19 Jun '12, 19:15

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

0

Take a look into the dir /var/lib/tirex/tiles/osm to see if tiles are correctly generated.

answered 11 Oct '11, 10:09

NicolasDumoulin's gravatar image

NicolasDumoulin
3.3k42256
accept rate: 13%

Thank you for your quick response. I have checked it and the folder /var/lib/tirex/tiles/osm is missing. But "tirex-status --once --extended" shows me

Maps: Name Renderer Zoom Tiledir
example mapnik 0- 4 /var/lib/tirex/tiles/example
osm mapnik 0-18 /var/lib/tirex/tiles/osm
surveillance mapnik 0-18 /var/lib/tirex/tiles/surveillance test test 0-10 /var/lib/tirex/tiles/test

Do I have to create the folder manually?

(11 Oct '11, 10:30) cchelius

Maybe you can address your problem to a more specific discussions forum/list …

(11 Oct '11, 12:51) NicolasDumoulin

Ok, thanks, I'll do that.

(11 Oct '11, 15:13) cchelius
1

hi,

yes i succeeded. i created the folder

/var/lib/tirex/tiles/osm/

and gave permission to tirex

chown tirex:tirex /var/lib/tirex/tiles/

That's usually necessary to enable tirex to write to that locations.

(18 Jun '12, 21:55) cchelius

0

hi i think i have the same question as urs i need to get an own OSM server on an ubuntu machine and i dont know how to proceed i followed this ink http://geotribu.net/node/262 but after that i think i search for a c++ library package for the itenerary calculation .and here i want to know if u succeedded in installing your server .

thank you

answered 18 Jun '12, 13:28

ahmadhc's gravatar image

ahmadhc
11112
accept rate: 0%

0

Hi thank you for your awnser do u mind if we talk a little bit about it ?? i am not an expert in cartography but my bass asked me to create on an ubuntu machine a local server that have the same work on this link http://project-osrm.org/ so what i have to do is to create an osrm server but i dont know how to do and if this different then OSM server ??

please if u can help of guide to someone that could help me

please it's so important

answered 18 Jun '12, 22:26

ahmadhc's gravatar image

ahmadhc
11112
accept rate: 0%

1

Hi. Please create a new question for your problem. You can find the documentation on OSRM here https://github.com/DennisOSRM/Project-OSRM/wiki/Running-OSRM

(19 Jun '12, 06:53) NicolasDumoulin

Source code available on GitHub .