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 |
One Answer:
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 ♦ 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.
I think this code has something to do with it, but I don't know if it is complete:
Thanks for help, I guess I will just write some codes to render the tiles by myself.