Added interactive option to ol.control.OverviewMap

This commit is contained in:
Félix VEYSSEYRE
2016-09-15 15:10:01 +02:00
parent bdced57162
commit 2b7ed7381f
3 changed files with 55 additions and 0 deletions

View File

@@ -239,3 +239,7 @@
.ol-overviewmap-box {
border: 2px dotted rgba(0,60,136,0.7);
}
.ol-overviewmap-interactive .ol-overviewmap-box:hover {
cursor: move;
}