Skip to content

Process workaround#7

Merged
sjordan29 merged 23 commits intodeployfrom
process-workaround
Apr 23, 2025
Merged

Process workaround#7
sjordan29 merged 23 commits intodeployfrom
process-workaround

Conversation

@sjordan29
Copy link
Copy Markdown
Collaborator

Sync to upstream (upgraded pydantic upstream)

tomkralidis and others added 23 commits March 25, 2025 19:00
* add support for feature/record domain queries

* update parameter values based on OGC discussion

* add ES test
…e indices in MVT UI preview (geopython#1989)

* Corrected tile indices in `MVTElasticProvider` when fetching tiles from Elastic

- Elastic by default serves vector tiles in the `/z/x/y` index order

* Correct tile indices in `MVTProxyProvider` when fetching tiles from the proxied Martin/pg_tileserv server

- Both Martin and pg_tileserv by default serve tiles in the `/z/x/y` index order

* Correct tile indices in `MVTTippecanoeProvider` when fetching tiles generated by Tippecanoe

- Tippecanoe generates tiles in `z/x/y` index directory order

* Fix incorrect tile index order in MVT tile HTML preview

The wrong index order in the preview + using `/{z}/{y}/{x}` when fetching tiles from
existing MVT providers made tiles visible on the pygeoapi UI, but external clients
needed to use `/{z}/{x}/{y}` to fetch tiles, which is contrary to the OGC Tiles specification of `/{z}/{y}/{x}`

This commit along with commits 5b8b179, 3f35fd3,
c24cf56 fixes the issue
…rement for PostgreSQL provider

- Related to PR geopython#1953, this just updates the documentation
…ostgres-crs

Update OGC Features documentation - remove note about EPSG:4326 requirement for PostgreSQL provider
@sjordan29 sjordan29 merged commit a0078c3 into deploy Apr 23, 2025
@sjordan29 sjordan29 deleted the process-workaround branch April 23, 2025 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants