FLO-2DSoftware / qgis-flo-2d-plugin

A plugin for pre-processing/post-processing FLO-2D models
7 stars 7 forks source link

No raster found #1549

Closed FLO-2DKaren closed 3 weeks ago

FLO-2DKaren commented 2 months ago

I keep getting this message when I add the elevation raster to the geopackage.

image

Steps

  1. Add elevation

  2. Save Project

  3. Add elevation to left side of the GeoPackage manager

  4. Do almost anything else.

  5. I think it's checking for the raster too often. Probably only needs to check for it when the Profile tool is called.

  6. You might need to modify how you look for the layer. I saw issues like this when the filter empty layers code lost layers.

FLO-2DKaren commented 2 months ago

I also think we should trigger another Save Project after we move move the layers to External Layers.

rpachaly commented 1 month ago

The issue was on the Profile widget, it was looking for a raster. It is fixed and merged on https://github.com/FLO-2DSoftware/qgis-flo-2d-plugin/pull/1563

FLO-2DKaren commented 1 month ago

Yeah that was annoying!!!!

FLO-2DKaren commented 3 weeks ago

I haven't seen this message in a while. I'm going to clear this issue.