Update OpenLayers to the 2.5 release.
This commit is contained in:
parent
250466e58e
commit
a485b23738
2 changed files with 602 additions and 383 deletions
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,13 @@ div.olMapViewport {
|
||||||
left: 2px;
|
left: 2px;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
}
|
}
|
||||||
|
.olControlAttribution {
|
||||||
|
font-size: smaller;
|
||||||
|
right: 3px;
|
||||||
|
bottom: 4.5em;
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.olControlScale {
|
.olControlScale {
|
||||||
right: 3px;
|
right: 3px;
|
||||||
bottom: 3em;
|
bottom: 3em;
|
||||||
|
@ -69,6 +75,7 @@ div.olControlMousePosition {
|
||||||
float:right;
|
float:right;
|
||||||
color:gray;
|
color:gray;
|
||||||
font-size:1.2em;
|
font-size:1.2em;
|
||||||
|
margin-right:6px;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
}
|
}
|
||||||
.olLayerGeoRSSTitle {
|
.olLayerGeoRSSTitle {
|
||||||
|
@ -78,6 +85,10 @@ div.olControlMousePosition {
|
||||||
.olPopupContent {
|
.olPopupContent {
|
||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
.olControlNavToolbar {
|
||||||
|
width:0px;
|
||||||
|
height:0px;
|
||||||
|
}
|
||||||
.olControlNavToolbar div {
|
.olControlNavToolbar div {
|
||||||
display:block;
|
display:block;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue