comparison client/src/components/Maplayer.vue @ 572:59b22dc924c8

feat: Added sample profile to graph
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 05 Sep 2018 16:14:06 +0200
parents 7575cf0e15ff
children 03c15abb8372
comparison
equal deleted inserted replaced
571:fb519eaa462d 572:59b22dc924c8
11 <Layerselect :layerindex="index" :layername="layer.name" v-for="(layer, index) in layers" :key="layer.name" :isVisible="layer.isVisible" @visibilityToggled="visibilityToggled"></Layerselect> 11 <Layerselect :layerindex="index" :layername="layer.name" v-for="(layer, index) in layers" :key="layer.name" :isVisible="layer.isVisible" @visibilityToggled="visibilityToggled"></Layerselect>
12 </div> 12 </div>
13 </div> 13 </div>
14 </div> 14 </div>
15 <div class="profile d-flex flex-row"> 15 <div class="profile d-flex flex-row">
16 <Fairwayprofile height="300" width="1024" :xScale="[0, 300]" :yScaleLeft="[191, 199]" :yScaleRight="[-6, 6]"></Fairwayprofile> 16 <Fairwayprofile height="300" width="1024" :xScale="[0, 300]" :yScaleLeft="[191, 199]" :yScaleRight="[-6, 6]" :margin="{ top: 20, right: 40, bottom: 20, left: 40 }"></Fairwayprofile>
17 </div> 17 </div>
18 </div> 18 </div>
19 </template> 19 </template>
20 20
21 <style lang="scss"> 21 <style lang="scss">