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;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
.olControlAttribution {
|
||||
font-size: smaller;
|
||||
right: 3px;
|
||||
bottom: 4.5em;
|
||||
position: absolute;
|
||||
display: block;
|
||||
}
|
||||
.olControlScale {
|
||||
right: 3px;
|
||||
bottom: 3em;
|
||||
|
@ -69,6 +75,7 @@ div.olControlMousePosition {
|
|||
float:right;
|
||||
color:gray;
|
||||
font-size:1.2em;
|
||||
margin-right:6px;
|
||||
font-family:sans-serif;
|
||||
}
|
||||
.olLayerGeoRSSTitle {
|
||||
|
@ -78,6 +85,10 @@ div.olControlMousePosition {
|
|||
.olPopupContent {
|
||||
padding:5px;
|
||||
}
|
||||
.olControlNavToolbar {
|
||||
width:0px;
|
||||
height:0px;
|
||||
}
|
||||
.olControlNavToolbar div {
|
||||
display:block;
|
||||
width: 28px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue