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

Ubuntu tile server, access slippymap.html

0

Hi guys, I succeeded in setting up my own tile server with OSM data by following this great tutorial:
https://wiki.openstreetmap.org/wiki/Ubuntu_tile_server.

As said in the tutorial I can see the map at http://localhost/osm/slippymap.html. Now, I'd like to go further. How can I access slippymap.html file?

Thanks!

Lucas

asked 10 Jun '13, 09:28

Kalu06's gravatar image

Kalu06
1407815
accept rate: 0%

edited 10 Jun '13, 10:48

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866


One Answer:

1

A more up to date version of those instructions are here. With regard to using tiles, have a look at these pages.

answered 10 Jun '13, 10:50

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

edited 10 Jun '13, 11:30

Thanks, I'll take a look at this.

(10 Jun '13, 10:56) Kalu06

This link was very helpful! However, I still can't find this slippymap.html file...

(10 Jun '13, 11:24) Kalu06

Oops - that would be because I linked to the wrong page.

You'll need an html page using a javascript library to display the tiles you've created. Leaflet's probably the easiest to get started with, so I'd look here:

http://switch2osm.org/using-tiles/getting-started-with-leaflet/

(10 Jun '13, 11:32) SomeoneElse ♦

Thanks! I'll see that then.

(10 Jun '13, 13:00) Kalu06

For those who may be interested, I found slippymap.html. It's located in /var/www/osm

(10 Jun '13, 13:19) Kalu06

Hi, I have also set up the tile server and can view Slippymap.html. When I call this page from some other system, it does not work. Any idea why?

I want to run the tile server on a machinde and to be able to view the tiles from another system.

(02 Jun '14, 11:30) Reshma Maner
showing 5 of 6 show 1 more comments

Source code available on GitHub .