diff client/src/components/layers/LegendElement.vue @ 4806:a905438a7935

map: disable rotation
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 28 Oct 2019 13:07:01 +0100
parents b9f63a55815e
children 9b1da062cbee
line wrap: on
line diff
--- a/client/src/components/layers/LegendElement.vue	Mon Oct 28 12:24:35 2019 +0100
+++ b/client/src/components/layers/LegendElement.vue	Mon Oct 28 13:07:01 2019 +0100
@@ -150,6 +150,7 @@
         controls: [],
         interactions: [],
         view: new View({
+          enableRotation: false,
           center: [0, 0],
           zoom: 3,
           projection: "EPSG:4326"