planetfederal / geoserver-exts

Other
31 stars 40 forks source link

MongoDB plugin ignores arrays when generating a schema #85

Closed tbarsballe closed 9 years ago

tbarsballe commented 9 years ago

Fix for #83

When generating schemas, the mongodb plugin now ignores Array values. If an index points to an array value, it will not be included in the schema. When looking up values in arrays, the mongodb plugin will check if the key is valid. Added test for indexed array values.

Test cases for the mongodb plugin have been fixed

jodygarnett commented 9 years ago

Got some questions above; general advice is to port your fix to geotools master so you can get review from Tom and Stefano.

tbarsballe commented 9 years ago

MongoDB plugin ported to GeoTools. These fixes have been applied there. Closing.