Hi All,
I'm looking for documentation pointers that explain the differences
between OSM Maphik and ti...@home. Specifically, I need to enable an
OSM basemap on an OL 2.6 (in production) and looking at the source of
the examples, I foud three different ways to have an OSM base map :
1) sundials-spherical-mercator.html :
var mapnik = new OpenLayers.Layer.TMS(
"OpenStreetMap (Mapnik)",
"http://tile.openstreetmap.org/",
{
type: 'png', getURL: osm_getTileURL,
2-3) spherical-mercator.html :
var mapnik = new OpenLayers.Layer.OSM();
var osmarender = new OpenLayers.Layer.OSM(
"OpenStreetMap (ti...@home)",
"http://tah.openstreetmap.org/Tiles/tile/${z}/${x}/${y}.png"
);
I see there are two implementations for ti...@home, so is there a recommended
one ?
Thanx for pointers,
yvesm
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users