pg_tileserv
pg_tileserv copied to clipboard
A very thin PostGIS-only tile server in Go. Takes in HTTP tile requests, executes SQL, returns MVT tiles.
This PR allow users to supply a JWT token as an `Authorization` header when making requests. If configured to allow this, `pg_tileserv` will check the signature on the token, look...
Hi, thanks for the great tool! I have a use case where I'd like to proxy a `pg_tileserv` deployment at a sub-route of my app, something like `/tiles` to be...
Some postgresql variant distrbution such as kingbase changed the behavior of trim to compatible with oracle, which trim does not support multi-charactor set. Use rtrim for compatibility.
macOS uname does not have `-i` option, use `-m` to run both linux and macos.
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I couldnot find a kubernetes helm chart for pg_tileserv so wrote one myself. Is there already a helm chart that I overlooked? If not are you interested in a PR?...
In PG_featuretiles we do have in the config options the possibility to set the BASEMAP URL with the following: [Website] # URL for the map view basemap BasemapUrl = "http://a.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png"...
Self contained POC for a full multi-architecture Docker image build for the following architectures: * `linux/386` * `linux/amd64` * `linux/arm/v6` * `linux/arm/v7` * `linux/arm64` The current, tested, build is available...
I am using this POSTGIS function query to generate MVT tiles and visualize large point layer data. When zooming in these tiles starts appearing visually but leads to drastic changes...
I'm seeing the following with the latest release of `pg_tileserv` `Version 1.0.10` https://github.com/CrunchyData/pg_tileserv/assets/1907/773b9fc4-e088-43d6-8ce8-20328b781f7f ```sql select * from postgis_full_version() ``` ``` POSTGIS="3.3.2 4975da8" [EXTENSION] PGSQL="150" GEOS="3.8.0-CAPI-1.13.1 " PROJ="6.3.1" GDAL="GDAL 3.0.4, released...