Hide the OpenLayers attribution control when printing - we print an
attribution under the map anyway. Also add a border round the map when printing.
This commit is contained in:
parent
914cad0aa2
commit
cb7436602d
1 changed files with 8 additions and 0 deletions
|
@ -25,3 +25,11 @@
|
|||
.olControlLayerSwitcher {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.olControlAttribution {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#map {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue