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

Zero or one title and description #80

Open tschaub opened 1 year ago

tschaub commented 1 year ago

The tileSet.json schema indicates that title and description are optional string properties. This change updates the text to reflect that there cannot be more than one title and description.

Update: I see that there are other places where title and description also suggest that there can be more than one. Is this about multilingual scoping rules? Does "Include one for each language represented" mean an array of titles?