Alexander Rolek

Results 285 comments of Alexander Rolek

Yea, you need to change you're query up a bit. Please refer to the link I posted earlier.

Here's the best documentation on the mvt_postgis provider: https://github.com/go-spatial/tegola/blob/master/mvtprovider/postgis/README.md

Glad that worked for you!

I would need to look at the data. You can turn on SQL debugging to see the query tegola is forming up and then inspect the results against the database...

@sebdiem I just accepted a PR from @Phyks that should address your issues. Take a look at the `srid` value in the commit: https://github.com/go-spatial/tegola-docs/pull/30/files

@mjj203 thanks for the contribution! Can yo please make sure the netlify build passes? It looks like there are some errors in the logs there. The logs are public so...

@mjj203 I looked at the logs again, and it does not appear anything you introduced is causing the errors, but rather an improvement in the linters post upgraded of package-lock.json....

@vincentvaroquauxads would you want to send in a PR to address this? cc @gdey

@ysmood have you tried using the macos hosted runner on GH actions yet? I don't think cross compiling is a good approach in this instance.

I think you can still use the GH macos runner and then push the arch specific build to the GH container registry. GitHub has this runner available as a default...