Alexander Rolek

Results 26 issues of Alexander Rolek

**Tile ZXY: /4/14/6** The first screenshot shows a broken tile. At first glance, it looks like a winding order issue but if you look at the second screenshot the area...

This is copied from [tegola #338](https://github.com/go-spatial/tegola/issues/398) --- The test case for this can be found [here](https://github.com/jasonsurratt/tegola/blob/intersect_benchmark/maths/validate/validate_test.go#L105). To run this: * checkout the `intersect_benchmark` branch from my [repo](https://github.com/jasonsurratt/tegola) * `cd tegola/maths/validate`...

In v0.15.0 support for a connection string uri was added to provider/postgis. When this change was made, we marked the [old connection params as deprecated](https://github.com/go-spatial/tegola/tree/master/provider/postgis#deprecated-connection-properties). These params now need to...

Health check endpoint.

Currently our webserver config takes in a `port` which is actually an "address" (i.e. "0.0.0.0:8080" or ":8080"). Our PostGIS provider takes in the `port` as an integer. In an effort...

good first issue

Currently our map capabilities endpoint does not return a value for the "fields" key for `vector_layers`. At the time of writing this, the values to be included in the `vectory_layers`...

feature

The Mapbox GL Native Go bindings should be moved to their own package. This will allow them to be reused in different projects as well as have an independent test...