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

tileMatrix properties should be camelCase #12

Closed
sevenninety opened this issue Jun 21, 2019 · 1 comment
Closed

tileMatrix properties should be camelCase #12

sevenninety opened this issue Jun 21, 2019 · 1 comment

Comments

@sevenninety
Copy link

sevenninety commented Jun 21, 2019

The properties of tileMatrix in /tileMatrixSets/{tileMatrixSetId} contain a mix of case which should be normalised.

"tileMatrix": [
    {
      "type": "TileMatrix",
      "identifier": "0",
      "MatrixHeight": 1,
      "MatrixWidth": 1,
      "TileHeight": 256,
      "TileWidth": 256,
      "scaleDenominator": 559082264.028717,
      "topLeftCorner": [
        -20037508.3427892,
        20037508.3427892
      ]
    }
  ]
@joanma747
Copy link
Contributor

I believe it is fixed in the examples. I'm not able to find any case with this.

OGC API - Maps Part 1: Core (1.0) automation moved this from In Progress to Done Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants