mapcentia / vidi

Vidi – a modern take on browser GIS. It is the front-end client for GC2.
https://www.osgeo.org/projects/gc2-vidi/
GNU Affero General Public License v3.0
44 stars 24 forks source link

Fix conflictSearch on drawn items #270

Closed giovanniborella closed 1 year ago

giovanniborella commented 1 year ago

This fixes the issue with wicket not wanting to create valid wkt from geometrycollection. Also forces type = Feature on single selected item.

multiple items will be passed, bufferd and unioned into a single multipolygon for wicket to parse.

giovanniborella commented 1 year ago

Here's a proposal for a bug in ConflictSearch @mapcentia