comparison client/src/map/store.js @ 938:fe923c8ef08f

client: add static legend image to contour_lines * Add a new image asset `legend_contour_lines.png` and display it for the "Bottleneck isolines" layer's legend. * Ensure that the "Bottleneck isolines" layer is not visible at startup. * Remove some outdated TODOISO and TODOSTYLE comments.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 09 Oct 2018 00:12:12 +0200
parents 430d52c2f6ef
children a22f66acfd96
comparison
equal deleted inserted replaced
937:72430f050d90 938:fe923c8ef08f
192 tile.getImage().src = URL.createObjectURL(response.data); 192 tile.getImage().src = URL.createObjectURL(response.data);
193 }); 193 });
194 } // TODO tile.setState(TileState.ERROR); 194 } // TODO tile.setState(TileState.ERROR);
195 }) 195 })
196 }), 196 }),
197 isVisible: true 197 isVisible: false
198 } 198 }
199 ], 199 ],
200 // note that some identified features may not have an id 200 // note that some identified features may not have an id
201 // especially related to drawing in our own vector layer 201 // especially related to drawing in our own vector layer
202 identifiedFeatures: [], 202 identifiedFeatures: [],