Hi
I followed the following tutorial: It seems to work the same as how the tutorial says it should i.e. If I navigate to One of my questions is where is the folder: osm_tiles2? I have run numerous searches but can't find it anywhere. I am not sure where apache2 goes to when I type localhost. Another question is where do I go from here to get the map data stored in the PostGIS database to load instead of the picture of the world? The tutorial loads the whole planet OSM into a PostGIS DB and I decided to load just a single city however only the small png of the world displays. Thanks asked 27 Oct '12, 16:02 srose |
"osm_tiles2" is defined in /usr/local/etc/renderd.conf:
The " If you actually want to generate some real tiles you can do so with "generate_tiles.py" (in the mapnik-style folder). If you've followed the instructions you'll already have your imported data in the database. If you want to quickly check that the city that you've imported is in there, navigate to it on the main OSM site, zoom in quite a lot, and right click and select "view image". You'll get a URL like:
Change that to the equivalent one on your tile server:
and (after a short time rendering) you should see part of your imported city. On the switch2osm site there's also a "serving tiles" section that allows you to set up a slippymap like the main OSM site. answered 27 Oct '12, 17:22 SomeoneElse ♦ |