Closed timlinux closed 4 years ago
@timlinux your flood contains Polygon feature while the database uses MultiPolygon geometry.
Try this one: https://raw.githubusercontent.com/kartoza/fbf-project/develop/Datasets/Flood/flood_classes/flood_classes.geojson
Perhaps we need to add these validations:
class
attribute with numeric value@lucernae when you insert the geometry you just need to cast the geometry as multi ie
insert into foo (id, geom)
select id, st_multi(geom) as geom from foobar
yeah but we are posting the feature thru PostgREST, I don't know if I was able to fix it using SQL.
Just sits there when I press upload. I used the attached json