koopjs / FeatureServer

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

Complete refactor of fields generation. #229

Closed rgwozdz closed 2 years ago

rgwozdz commented 2 years ago

To get an idea for why this work was taken on, see this file: https://github.com/koopjs/FeatureServer/blob/master/lib/field/index.js

The PR implements the new fields generation code found in https://github.com/koopjs/FeatureServer/pull/227.

Also includes some test fixture and package.json cleanup.