comparison 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
comparison
equal deleted inserted replaced
2234:9b2f8e94671e 2235:39586a34979c
246 stroke: new Stroke({ 246 stroke: new Stroke({
247 color: "rgba(0, 0, 255, .5)", 247 color: "rgba(0, 0, 255, .5)",
248 lineDash: [5, 5], 248 lineDash: [5, 5],
249 width: 2 249 width: 2
250 }) 250 })
251 }) 251 }),
252 maxResolution: 2.5,
253 minResolution: 0
252 }), 254 }),
253 isVisible: true, 255 isVisible: true,
254 showInLegend: true 256 showInLegend: true
255 }, 257 },
256 { 258 {