OpenLayers OpenLayers

Changeset 1629

Show
Ignore:
Timestamp:
10/05/06 22:23:30 (2 years ago)
Author:
crschmidt
Message:

Change name to default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/skinning/openlayers/lib/OpenLayers/Map.js

    r1618 r1629  
    222222        this.maxExtent = new OpenLayers.Bounds(-180, -90, 180, 90); 
    223223 
    224         this.theme = OpenLayers._getScriptLocation() + 'theme/openlayers/main.css'  
     224        this.theme = OpenLayers._getScriptLocation() +  
     225                         'theme/default/style.css';  
    225226 
    226227        // now add the options declared by the user