jivan
jivan copied to clipboard
Is this project still alive?
I was looking for a WFS implementation in golang and stumbled over this. I'd be interested in atleast try and a contribute as far as I'm able.
Ping @tomkralidis maybe? (Not sure who sees these issues nowadays)
Hi: thanks for reaching out! Contributions are always welcome, and I'm happy to help with questions/code review/etc.
So, I just started looking at this and my main issues are this:
- Should I try to use mod instead of dep?
- It has old dependencies to both geom and tegola
- Should any shared functionality with tegola be moved to some shared component or to geom?
- Seems to be something regarding calculations of extents
- Also tegola has old dependencies to geom
- Shouldn't tegola be in sync with the latest release of the libs?
- Maybe change any reference from WFS3 to OGC API - Features?
So right now I'm just trying to make the thing start. My idea is to test it using the OGC TEAM engine.