Merge pull request #2782 from fredj/hide-rotate

Hide the rotate control when the rotation is 0
This commit is contained in:
Frédéric Junod
2014-10-01 20:47:19 +02:00

View File

@@ -57,6 +57,7 @@
}
.ol-rotate.ol-hidden {
opacity: 0;
display: none;
}
.ol-zoom-extent {
top: 4.643em;