Changeset 1348
- Timestamp:
- 08/24/06 01:11:28 (2 years ago)
- Files:
-
- branches/openlayers/2.0/lib/OpenLayers/Layer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/lib/OpenLayers/Layer.js
r1324 r1348 183 183 'numZoomLevels' 184 184 ); 185 if (this.map.maxZoomLevel && !this.numZoomLevels) { 186 this.numZoomLevels = this.map.maxZoomLevel + 1; 187 } 185 188 for(var i=0; i < properties.length; i++) { 186 189 if (this[properties[i]] == null) {
