[OpenLayers-Commits] r4190 - sandbox/tschaub/google/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Tue Sep 4 17:21:56 EDT 2007


Author: crschmidt
Date: 2007-09-04 17:21:55 -0400 (Tue, 04 Sep 2007)
New Revision: 4190

Modified:
   sandbox/tschaub/google/lib/OpenLayers/Layer/SphericalMercator.js
Log:
Add Layer dependancy, since this needs the namespace to exist
before it creates itself.


Modified: sandbox/tschaub/google/lib/OpenLayers/Layer/SphericalMercator.js
===================================================================
--- sandbox/tschaub/google/lib/OpenLayers/Layer/SphericalMercator.js	2007-09-04 20:39:15 UTC (rev 4189)
+++ sandbox/tschaub/google/lib/OpenLayers/Layer/SphericalMercator.js	2007-09-04 21:21:55 UTC (rev 4190)
@@ -1,4 +1,6 @@
 /**
+ * @requires OpenLayers/Layer.js
+ * 
  * Class: OpenLayers.Layer.SphericalMercator
  * A mixin for layers that wraps up the pieces neccesary to have a coordinate
  *     conversion for working with commercial APIs which use a spherical



More information about the Commits mailing list