opengeospatial / 2D-Tile-Matrix-Set

OGC 2D Tile Matrix Set & TileSet Metadata standard
https://www.ogc.org/standards/tms
Apache License 2.0
8 stars 10 forks source link

Consider introducing tilerow axes orientation in 2D-TMS 1.1 #5

Closed joanma747 closed 3 years ago

joanma747 commented 4 years ago

See that mapbox is still supporting both orientations. They call them "xyz" or "tms".

See: https://github.com/mapbox/tilejson-spec/tree/3.0/3.0.0#315-scheme

joanma747 commented 4 years ago

Accepted in the 2020-09-24 telco How this is called: "direction". it will be introduced at the tile matrix set level: originPosition: topLeft or bottomLeft --> topLeftCorner is replaced by originCoordinates

NOTUC

joanma747 commented 3 years ago

I have added cornerOfOrigin and pointOfOrigin in the definition of the tile matrix in the current draft. By default cornerOfOrigin is "topLeft" for backwards compatibility but bottomLeft is now allowed. this closes the issue.