On Tue, May 05, 2009 at 10:13:45AM -0400, Yves Moisan wrote:
> 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 ?  

The latter is only available in OpenLayers 2.8.

Regards,
-- 
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to