Hi,
I have an image mosaic layer in GeoServer when I am trying to mask out blackfill regions using footprint shapefiles. In some tiles, there are multiple disconnected regions and therefore I have multiple polygons inside my shapefile. When I try to view the layer, I get “Caused by: java.io.IOException: Found more than one footprint record in the shapefile”. Is there any way around this?
Thanks,
Danny
The code needs a single geometry, I can see two ways out:
- change the code to build a multipoligon out of the various gems (by Union, simple accumulation can lead to invalid geometries)
- do it yourself in the data and give geoserver a single record containing a valid multipoligon
Cheers
Andrea
Il 06/mar/2015 18:22 “Danny Cheng” <dcheng@anonymised.com> ha scritto:
Hi,
I have an image mosaic layer in GeoServer when I am trying to mask out blackfill regions using footprint shapefiles. In some tiles, there are multiple disconnected regions and therefore I have multiple polygons inside my shapefile. When I try to view the layer, I get “Caused by: java.io.IOException: Found more than one footprint record in the shapefile”. Is there any way around this?
Thanks,
Danny
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users