Changeset 6626
- Timestamp:
- 03/26/08 20:59:11 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Map.js
r6618 r6626 393 393 this.maxExtent = new OpenLayers.Bounds(-180, -90, 180, 90); 394 394 395 this.paddingForPopups = new OpenLayers.Bounds( 5, 5, 5,5);395 this.paddingForPopups = new OpenLayers.Bounds(15, 15, 15, 15); 396 396 397 397 this.theme = OpenLayers._getScriptLocation() +
