Frank Elsinga

Results 1350 comments of Frank Elsinga

Regarding the next question: We currently don't supprt [raster collumns](https://postgis.net/workshops/postgis-intro/rasters.html), but would be open to PRs. The following PR is a reference, what would be nessesary to support a new...

retgarding the third question about content type, we currently make the assumption that everything coming from postgis is an uncompressed MVT. Maybe this is too simplistic. You could serve your...

What you wrote is not currently compliant with what we offer, but if change this it to our `query`-syntax we should pick it up. => docs: https://maplibre.org/martin/sources-pg-functions.html#function-with-query-parameters

Note that this particular issue likely extends to quite a few places where we have this as user-controlled. I did not test for such cases sadly ๐Ÿ˜“ I think this...

I am fine with doign this piece by piece. What you showed would already be a huge improvement. Copying though would be a nice touch and not very hard to...

ST_AsMVT does not seem difficult to implement. It is a fairly straightforward scheme, after all. Implementing MLT might require more work. So Software side, I think starting with a simple...

๐Ÿค” https://docs.rs/mvt/ seems fairly complete for this usecase. I am not sure if we want to support geojson directly, though. Maybe a wrapper like DuckDB would be good to offload...

รคhm.. lets step back one second. What would you like to do? In above picture you have hill-shading => you are already downloading the DEMs. Is the following example maybe...

Sure, sounds reasonable. We have a style-spec proposal ongoing, but this is still a bit in the finding phase: - https://github.com/maplibre/maplibre-style-spec/issues/583