Update OpenLayers to the 2.5 release.

This commit is contained in:
Tom Hughes 2007-10-09 23:08:14 +00:00
parent 250466e58e
commit a485b23738
2 changed files with 602 additions and 383 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;