biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Fix regression with PolygonValidator and modules #703

Closed mzur closed 7 months ago

mzur commented 7 months ago

The magic-sam module imports OpenLayers as well and the instanceof check to determine if an object is a polygon didn't work with the "module Polygon".

Resolves #702