Updated java script for easier transition to new OpenLayer versions.

This commit is contained in:
2013-02-22 12:44:29 +00:00
parent 46ecb92d5c
commit 4c02b4c2d8
Notes: subgit 2018-03-07 17:58:39 +01:00
r472 www/trunk
3 changed files with 61 additions and 26 deletions

View File

@@ -6,6 +6,26 @@
</head>
<body>
<style type="text/css">
.olControlAttribution {
position: absolute;
font-size: 10px;
text-align: left;
color: #eeeeee;
bottom: 0;
left: 0;
right:auto !important;
background: #130085; /* fallback for IE - IE6 requires background shorthand*/
background: rgba(0, 60, 136, 0.3);
filter: alpha(opacity=30);
font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
border-radius: 5px 0 0 0;
}
.olControlAttribution a {
color: #eeeeee;
font-weight: bold;
}
</style>
<style type="text/css">
html, body, #map {
margin: 0;