Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TileMatrixSet::parse() not ready for OGC 2D Tile Matrix Set v2 #6882

Closed
rouault opened this issue Dec 9, 2022 · 1 comment
Closed

TileMatrixSet::parse() not ready for OGC 2D Tile Matrix Set v2 #6882

rouault opened this issue Dec 9, 2022 · 1 comment
Assignees

Comments

@rouault
Copy link
Member

rouault commented Dec 9, 2022

Cf https://maps.gnosis.earth/ogcapi/tileMatrixSets/WorldCRS84Quad

Some things that might have changed since then in that particular file:

  • type removed
  • id -> identifier
  • topLeftCorner -> pointOfOrigin
  • bbox removed (it is optional, and for informative purposes only -- it should not be relied upon by clients)
  • tileMatrix -> tileMatrices (I think that was already changed though)

Originally posted by @jerstlouis in #6832 (comment)

@jerstlouis
Copy link
Contributor

jerstlouis commented Dec 9, 2022

Sorry identifier->id.
See also the Release Notes that we put together for v2 that describes the breaking changes in this section:

https://docs.opengeospatial.org/is/17-083r4/21-066r1.html#Clause_Critical

The other change I missed was supportedCRS -> crs.

@rouault rouault self-assigned this Jul 20, 2023
rouault added a commit that referenced this issue Jul 21, 2023
TileMatrixSet::parse(): add support for OGC 2D Tile Matrix Set v2 (fixes #6882)
jeffypooo pushed a commit to IgnisTechnologies/gdal that referenced this issue Aug 9, 2023
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

No branches or pull requests

2 participants