25.05.2011, 16:06
(25.05.2011, 14:37)cbouju Wrote: I think it is the same process as GoogleMaps or Openlayers
I'm not sure if the tiles are stored in the same fashion.
(25.05.2011, 14:37)cbouju Wrote: I have made a little web page for my localhost with ZazouMiniWebServer (http://localhost) :
[..]
This page works, but I do not really know how ..... I do not know the javascript!
The documentation didn't help since it's for OpenLayers. I found this article about a IGN Google Library and a reference to wikiloc, but failed to extract the tiles url from them.
What I need is the format of the tile urls (and some research if the owners of the server allow accesses):
function getTileUrlCyc(a, b) {
return "http://andy.sandbox.cloudmade.com/tiles/cycle/" + b + "/" + a.x + "/" + a.y + ".png";
}
I've tried to open your file for the local filesystem but there was one 403 and no map was shown. If it works on your side, please debug where the tiles are loaded from for example with Firebug and the network tab.
--
Christian
Christian
