Update to 2.8 release of OpenLayers.
This commit is contained in:
parent
0676477794
commit
5b0174a3b6
5 changed files with 748 additions and 585 deletions
File diff suppressed because one or more lines are too long
|
@ -1,5 +0,0 @@
|
||||||
|
|
||||||
.olFramedCloudPopupContent {
|
|
||||||
padding: 5px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
9
public/openlayers/theme/default/google.css
Normal file
9
public/openlayers/theme/default/google.css
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.olLayerGoogleCopyright {
|
||||||
|
right: 3px;
|
||||||
|
bottom: 2px;
|
||||||
|
}
|
||||||
|
.olLayerGooglePoweredBy {
|
||||||
|
left: 2px;
|
||||||
|
bottom: 2px;
|
||||||
|
}
|
||||||
|
|
BIN
public/openlayers/theme/default/img/ruler.png
Normal file
BIN
public/openlayers/theme/default/img/ruler.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -2,6 +2,7 @@ div.olMap {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
padding: 0px!important;
|
padding: 0px!important;
|
||||||
margin: 0px!important;
|
margin: 0px!important;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.olMapViewport {
|
div.olMapViewport {
|
||||||
|
@ -312,6 +313,31 @@ div.olControlMousePosition {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.olFramedCloudPopupContent {
|
||||||
|
padding: 5px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.olControlNoSelect {
|
.olControlNoSelect {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cursor styles
|
||||||
|
*/
|
||||||
|
|
||||||
|
.olCursorWait {
|
||||||
|
cursor: wait;
|
||||||
|
}
|
||||||
|
.olDragDown {
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
.olDrawBox {
|
||||||
|
cursor: crosshair;
|
||||||
|
}
|
||||||
|
.olControlDragFeatureOver {
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
|
||||||
|
cursor: -moz-grabbing;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue