diff client/src/store/map.js @ 2235:39586a34979c

LAYERS.WATERWAYPROFILES: Set max- and minResolution. Modelled after d4d.
author Bjoern Schilberg <bjoern@intevation.de>
date Wed, 13 Feb 2019 13:50:59 +0100
parents 5176ea7fbc53
children a78f19ff7cde
line wrap: on
line diff
--- a/client/src/store/map.js	Wed Feb 13 12:45:48 2019 +0100
+++ b/client/src/store/map.js	Wed Feb 13 13:50:59 2019 +0100
@@ -248,7 +248,9 @@
               lineDash: [5, 5],
               width: 2
             })
-          })
+          }),
+          maxResolution: 2.5,
+          minResolution: 0
         }),
         isVisible: true,
         showInLegend: true