Add "Style JSON" link to the front page
This commit is contained in:
parent
ef3f34f778
commit
becb46ab80
1 changed files with 5 additions and 1 deletions
|
@ -32,8 +32,12 @@
|
||||||
<h3>{{name}}</h3>
|
<h3>{{name}}</h3>
|
||||||
<p class="identifier">identifier: {{@key}}</p>
|
<p class="identifier">identifier: {{@key}}</p>
|
||||||
<p class="services">
|
<p class="services">
|
||||||
|
services:
|
||||||
|
{{#if serving_data}}
|
||||||
|
<a href="/styles/{{@key}}.json{{&../key_query}}">GL Style</a>
|
||||||
|
{{/if}}
|
||||||
{{#if serving_rendered}}
|
{{#if serving_rendered}}
|
||||||
services: <a href="/styles/{{@key}}/rendered.json{{&../key_query}}">TileJSON</a>
|
{{#if serving_data}}| {{/if}}<a href="/styles/{{@key}}/rendered.json{{&../key_query}}">TileJSON</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if wmts_link}}
|
{{#if wmts_link}}
|
||||||
| <a href="{{&wmts_link}}">WMTS</a>
|
| <a href="{{&wmts_link}}">WMTS</a>
|
||||||
|
|
Loading…
Reference in a new issue