diff --git a/public/templates/index.tmpl b/public/templates/index.tmpl index 258d3c1..054c2ee 100644 --- a/public/templates/index.tmpl +++ b/public/templates/index.tmpl @@ -13,24 +13,24 @@ {{#each styles}}
Id: {{@key}} - {{#if serving_raster}} - | TileJSON + {{#if serving_rendered}} + | TileJSON {{/if}}
- {{#if serving_style}} + {{#if serving_data}} Vector view {{/if}} - {{#if serving_raster}} + {{#if serving_rendered}} Raster view {{/if}} - {{#if serving_style}} - {{#if serving_raster}} + {{#if serving_data}} + {{#if serving_rendered}} Auto view {{/if}} {{/if}} @@ -41,14 +41,17 @@Id: {{@key}} | TileJSON
+Id: {{@key}} | {{#is_vector}}Vector{{/is_vector}}{{^is_vector}}Raster{{/is_vector}} data | TileJSON
{{#is_vector}} X-Ray viewer {{/is_vector}} {{^is_vector}} - Raster tiles {{/is_vector}}