Hi Geoff, I have used MyTopo tiles in OL with no problems. Follow MyTopo's instructions here: http://www.mytopo.com/google/index.cfm http://www.mytopo.com/google/index.cfm to receive an API key. The easiest way to load the tiles is to simply make a WMS request to the TileCache like so:
var mytopo_tms = new OpenLayers.Layer.WMS( "MyTopo", "http://maps.mytopo.com/<your_api_key>/tilecache.py", {layers: 'topoG', srs: 'EPSG:900913', format: 'image/jpg', transparent:true}, {isBaseLayer: true, singleTile: false, opacity:1, attribution: ' http://www.mytopo.com Topo maps provided by provided by MyTopo.com '} ); ----- Bryan R. McBride, GISP http://www.bryanmcbride.com bryanmcbride.com http://geoserving.net/ geoserving.net -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/mytopo-layer-for-USGS-topo-insead-of-terraservice-tp5700129p5701144.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
