koopjs / FeatureServer

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

Refactor query.js #216

Closed rgwozdz closed 2 years ago

rgwozdz commented 2 years ago

This PR is a refactoring of the code formally in query.js. The code has been moved to /query and split up into a set of testable helpers. Note that all original integration tests for the query handler pass. A full set of unit tests have been added.