daniel.smith1 wrote:
> 
>  map = new OpenLayers.Map( 'map', options );
>  
>  OSMBaseLayer = new OpenLayers.Layer.OSM(
>    "OSM",
>    {numZoomLevels: 20, 'sphericalMercator': true, 'isBaseLayer': true,
>    'maxExtent': new OpenLayers.Bounds(-20037508.34, -20037508.34,
>     20037508.34, 20037508.34)}
>  );
> 

Well I've changed the above to:

 map = new OpenLayers.Map( 'mapViewer', options );
 OSMBaseLayer = new OpenLayers.Layer.OSM();

This has fixed my immediate problems but I'm still not sure what was wrong
with the parameters I had before.  Also, using 'map' as my map name was bad
practice so I changed that.  I'm still curious if anyone could shed some
light on this.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Error-template-replace-is-not-a-function-tp5231723p5233062.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to