planetfederal / geoserver-exts

Other
31 stars 40 forks source link

mongodb getWriterInternal no longer returns null for WRITER_COMMIT flag #81

Closed tbarsballe closed 9 years ago

tbarsballe commented 9 years ago

Updated the mongodb getWriterInternal to support the new WRITER_COMMIT flag (added in GeoTools 13). This fix has been sucessfully tested with Suite 4.6 on Ubuntu. Proper handling of flags something the mongodb writer should probably support - right now it just checks if the flags are valid, but otherwise behaves the same.