Changeset 1629
- Timestamp:
- 10/05/06 22:23:30 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/skinning/openlayers/lib/OpenLayers/Map.js
r1618 r1629 222 222 this.maxExtent = new OpenLayers.Bounds(-180, -90, 180, 90); 223 223 224 this.theme = OpenLayers._getScriptLocation() + 'theme/openlayers/main.css' 224 this.theme = OpenLayers._getScriptLocation() + 225 'theme/default/style.css'; 225 226 226 227 // now add the options declared by the user
