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

GPX track tiles?

0

Hello

I am setting up a local openstreetmap-website (rails-port) for fun, so far so good. I am wondering how to render track tiles of uploaded GPX tracks? I can not find any information on wiki.

cheers

David

asked 25 Jun '14, 08:10

bigdav's gravatar image

bigdav
11224
accept rate: 0%


One Answer:

2

I believe https://www.mapbox.com/blog/openstreetmap-gps-layer/ is roughly all documentation there currently is, see the links in the comments below for the code repositories and some installation hints.

answered 25 Jun '14, 09:04

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 25 Jun '14, 09:53

A previous issue that I raised against the GPX tiles got raised here, so maybe that's part of what you are looking for? No documentation to speak of, though.

(25 Jun '14, 09:32) SomeoneElse ♦
2

I think this code has something to do with it, but I don't know if it is complete:

(25 Jun '14, 09:46) cartinus

Thanks for help, I guess I will just write some codes to render the tiles by myself.

(02 Jul '14, 04:42) bigdav

Source code available on GitHub .