koopjs / FeatureServer

An open source Geoservices Implementation (deprecated)
https://geoservices.github.io
Other
101 stars 32 forks source link

Fix server-info layer. #217

Closed rgwozdz closed 2 years ago

rgwozdz commented 2 years ago

There was an improperly assigned module in the index.js. This should not have affected FeatureServer functionality, as router did not use index.js. Unskipped tests that were failing because of this issue and made a few adjustments.