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

We need an Epoch in the tileSet metadata #30

Closed jerstlouis closed 3 years ago

jerstlouis commented 3 years ago

Epoch is generally not part of the CRS.

jerstlouis commented 3 years ago

We do need an Epoch -- it is specified separately from the CRS, and I believe the best place for it is in the TileSet metadata. Possibly it should be added both at the top-level (along with a new crs property), as well as at the layer level.

We should probably also rename the layers' supportedCRS to simply crs (it is a single value, not a list of supported CRS).

joanma747 commented 3 years ago

Added to the model image

cportele commented 3 years ago

@joanma747 - the coordinate epoch is a decimal number (decimal year in the Gregorian calendar, for example, 2017-03-25 is 2017.23), not a string.

joanma747 commented 3 years ago

Changed to "number" as suggested