Tile XML server?

Hi again!

I’m starting looking about the problem of routing. I’m starting to modify the Pyroutelib2 library to adapt to my needs, but I need an XML tileserver :slight_smile:

In the original code there where this server

URL = ‘http://dev.openstreetmap.org/~ojw/api/?/map/%d/%d/%d’ % (z,x,y)

that’s now closed. Every tile server in the wiki seems to be a raster server, and I need a vector server. But I can’t find one, and it should take a lot of time to create a test tileserver. There are open API/XAPI/Overpass that I could use that use this notation instead of boundary box?

Sorry if I’m asking all this questions, I’m doing my best to just research and do it by myself :slight_smile:

Many thanks!

Alby

Did you read http://wiki.openstreetmap.org/wiki/Vector_tiles ?

Any solution there?

It seems are all software to host mine tileserver. I will done for production, but for development seems an overkill, however, I’m doing it on another VMs and then I will continue searching/programming the solution.

P.s. your suggestion about GIS Forum is a winner, I’m searching more and more solutions :slight_smile: