Riverscapes / QRiS

Riverscapes Studio - for QGIS
https://qris.riverscapes.net
GNU General Public License v3.0
2 stars 0 forks source link

Climate Engine Explorer - Polygons Not Showing up #368

Closed philipbaileynar closed 6 months ago

philipbaileynar commented 6 months ago
  1. Create new project
  2. Create new "manual" empty sample frame
  3. Digitize three polygons
  4. Click pencil to stop editing and choose to "Save Edits"
  5. Click Explorer Climate Engine
  6. Panel only shows one feature
  7. Screenshot 2024-05-07 at 3 01 44 PM
philipbaileynar commented 6 months ago

Here's the project that's exhibiting this behaviour.

testce.zip

KellyMWhitehead commented 6 months ago

This is due to null values for "display_label", which is used to populate the checkbox list.

@philipbaileynar what should our strategy be here: 1) enforce non-null display_label field 2) use FID (or other field) instead of display_label field 3) hybrid (use display_label if not null, else FID) 4) other?

philipbaileynar commented 6 months ago

number 3. Use display label if it exists. Else "Feature XX" where XX is the feautre ID

KellyMWhitehead commented 6 months ago

Applied option 3.