Minor WMTS link bugfix
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{{#if serving_rendered}}
|
||||
| <a href="/styles/{{@key}}/rendered.json{{&../access_key_query}}">TileJSON</a>
|
||||
{{#if wmts_link}}
|
||||
| <a href="{{wmts_link}}">WMTS Service</a>
|
||||
| <a href="{{&wmts_link}}">WMTS Service</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</p>
|
||||
@@ -53,7 +53,7 @@
|
||||
<p>Id: {{@key}} |{{#if formatted_filesize}} {{formatted_filesize}} |{{/if}} {{#is_vector}}Vector{{/is_vector}}{{^is_vector}}Raster{{/is_vector}} data
|
||||
| <a href="/data/{{@key}}.json{{&../access_key_query}}">TileJSON</a>
|
||||
{{#if wmts_link}}
|
||||
| <a href="{{wmts_link}}">WMTS Service</a>
|
||||
| <a href="{{&wmts_link}}">WMTS Service</a>
|
||||
{{/if}}
|
||||
</p>
|
||||
{{#is_vector}}
|
||||
|
||||
Reference in New Issue
Block a user