Conversation
* fix schema geometry definition (geopython#1938) * fix test
* 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
…-response-header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync to upstream (upgraded pydantic upstream)