Underline links in the SOTM box.
This commit is contained in:
parent
112ee9266c
commit
935656bfbe
2 changed files with 12 additions and 0 deletions
|
@ -109,6 +109,10 @@ function setMapExtent(extent) {
|
|||
map.zoomToExtent(extent.clone().transform(epsg4326, map.getProjectionObject()));
|
||||
}
|
||||
|
||||
function getMapExtent(extent) {
|
||||
return map.getExtent().clone().transform(map.getProjectionObject(), epsg4326);
|
||||
}
|
||||
|
||||
function getEventPosition(event) {
|
||||
return map.getLonLatFromViewPortPx(event.xy).clone().transform(map.getProjectionObject(), epsg4326);
|
||||
}
|
||||
|
|
|
@ -573,6 +573,14 @@ input[type="submit"] {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
#sotminfo a:link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#sotminfo a:visited {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#permalink {
|
||||
z-index:10000;
|
||||
position:absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue