geomoose / gm3

GeoMoose 3.0 Development. Please submit pull requests to the 'main' branch.
https://www.geomoose.org
MIT License
58 stars 59 forks source link

Measure multiple features from results #780

Closed klassenjs closed 1 year ago

klassenjs commented 1 year ago

Measure -> Feature From Results -> Select multiple results from the results layer (shift click)

What happens: only the first feature is measured What was expected: features summed (or block multi-select).

It would be kinda cool to get the area of multiple parcels though (select/measure multiple parcels with the same owner, etc.). I have no idea what happens if someone selects a polygon and a line from a result set. My guess is only allowing one selection at a time would be the best bet.

chughes-lincoln commented 1 year ago

Looks to be the same as https://github.com/geomoose/gm3/issues/703

klassenjs commented 1 year ago

Duplicate