Commit e404051 1 parent 90b849f commit e404051 Copy full SHA for e404051
File tree 1 file changed +2
-2
lines changed
titiler/stacapi/templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
<Contents >
58
58
{% for layer in layers %}
59
59
<Layer >
60
- <ows : Title >{{ layer.title }}</ows : Title >
60
+ <ows : Title >{{ layer.title or layer.id }}</ows : Title >
61
61
<ows : WGS84BoundingBox >
62
62
<ows : LowerCorner >{{ layer.bbox[0] }} {{ layer.bbox[1] }}</ows : LowerCorner >
63
63
<ows : UpperCorner >{{ layer.bbox[2] }} {{ layer.bbox[3] }}</ows : UpperCorner >
113
113
{% for tms in tilematrixsets %}
114
114
<TileMatrixSet >
115
115
<ows : Identifier >{{ tms.id }}</ows : Identifier >
116
- <ows : SupportedCRS >{{ tms.crs.srs }}</ows : SupportedCRS >
116
+ <ows : SupportedCRS >urn:ogc:def:crs: {{ tms.id }}</ows : SupportedCRS >
117
117
{% for matrix in tms %}
118
118
<TileMatrix >
119
119
<ows : Identifier >{{ matrix.id }}</ows : Identifier >
You can’t perform that action at this time.
0 commit comments