koopjs / FeatureServer

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

Refactor handlers for rest/info and server metadata #192

Closed rgwozdz closed 3 years ago

rgwozdz commented 3 years ago

This is a refactor for the code that generates the response body for the /rest/info and /FeatureServer endpoints. Much of is just moving code and reorganizing file structure into a more coherent pattern. Unit tests added.