Ben
Ben
#742 and #743 should resolve this now @tidwall
As per [url-spec](https://www.w3.org/Addressing/URL/url-spec.txt) it reads like it's the callers job to encode special characters. That's probably the reason why Golangs `net/url` package does not do it for you on `.Parse()`....
Time for goreleaser? 😊
That would also allow us to have a single logger per package, instead of a global logger. That logger could have predefined default fields such as `{“provider”:”“mvt_postgis“}`.
I ended up using a TEMU version of that. Native support would be nice tho. :)
The failing docker build is part of `on_release`. If you do not want to build at all in PRs we can also remove the ``` on: pull_request: ``` from the...
> @iwpnd it appears we have a syntax error in the workflow file: > > > Edit: Workflow run: https://github.com/go-spatial/tegola/actions/runs/9751755854 I’ll take a look in the morning. Seems I don’t...
okay TIL i dont have access to secrets, but I can export secrets to the environment variables and use that instead. 😄 @ARolek now when we merge the secrets should...
No idea what I was thinking. Shouldn’t answer GitHub issues first thing in the morning. 🙃🙂
Switch WITHIN with INTERSECTS and try again as suggested above. 🙂 A Polygon will never be WITHIN a point, but a Point can INTERSECT a Polygon.