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
+1
View File
@@ -57,6 +57,7 @@
} }
.ol-rotate.ol-hidden { .ol-rotate.ol-hidden {
opacity: 0; opacity: 0;
display: none;
} }
.ol-zoom-extent { .ol-zoom-extent {
top: 4.643em; top: 4.643em;