Open jkerr5 opened 6 years ago
If the geometryType of a layer is not present, koop should put the layer into the tables array instead of layers.
geometryType
tables
layers
Test this by adding a layer without a geometryType property and check the resulting layer descriptor.
This appears to be broken in koop right now. I filed https://github.com/koopjs/FeatureServer/issues/89 to address it.
Check if this is still an issue
If the
geometryType
of a layer is not present, koop should put the layer into thetables
array instead oflayers
.Test this by adding a layer without a
geometryType
property and check the resulting layer descriptor.