Update to 2.8 release of OpenLayers.

This commit is contained in:
Tom Hughes 2009-06-24 23:40:31 +00:00
parent 0676477794
commit 5b0174a3b6
5 changed files with 748 additions and 585 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +0,0 @@
.olFramedCloudPopupContent {
padding: 5px;
overflow: auto;
}

View file

@ -0,0 +1,9 @@
.olLayerGoogleCopyright {
right: 3px;
bottom: 2px;
}
.olLayerGooglePoweredBy {
left: 2px;
bottom: 2px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -2,6 +2,7 @@ div.olMap {
z-index: 0;
padding: 0px!important;
margin: 0px!important;
cursor: default;
}
div.olMapViewport {
@ -312,6 +313,31 @@ div.olControlMousePosition {
cursor: pointer;
}
.olFramedCloudPopupContent {
padding: 5px;
overflow: auto;
}
.olControlNoSelect {
-moz-user-select: none;
}
/**
* Cursor styles
*/
.olCursorWait {
cursor: wait;
}
.olDragDown {
cursor: move;
}
.olDrawBox {
cursor: crosshair;
}
.olControlDragFeatureOver {
cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
cursor: -moz-grabbing;
}