jkall / qgis-midvatten-plugin

Midvatten plugin for QGIS
23 stars 8 forks source link

enable views as a source for water levels in section plot #303

Closed jkall closed 5 years ago

jkall commented 5 years ago

The section plot currently lets the user select from tables to add water level data to the section plot. Add a checkbox to also include views in the dropdown menu. Change sectionplot.py, Class SectionPlotm method fill_combo_boxes:

tabeller = [x for x in db_utils.get_tables(dbconnection=self.dbconnection, skip_views=**False**)

and then remove tabeller.append('view_w_levels_agg')

HenrikSpa commented 5 years ago

Fixed in simon_merge