From f786989600ea0f54a862fc9eda5094e0649a206f Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 15 Oct 2023 01:06:21 -0400 Subject: [PATCH] fix: data name on template , reformat Signed-off-by: Andrew Calcutt --- public/templates/index.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/templates/index.tmpl b/public/templates/index.tmpl index dfcfd51..8708881 100644 --- a/public/templates/index.tmpl +++ b/public/templates/index.tmpl @@ -77,8 +77,9 @@ {{name}} preview {{/if}}
-

{{name}}

-

identifier: {{@key}}{{#if formatted_filesize}} | size: {{formatted_filesize}}{{/if}} | type: {{#is_vector}}vector{{/is_vector}}{{^is_vector}}raster{{/is_vector}} data {{#if source_type}} | ext: {{source_type}}{{/if}}

+

{{tileJSON.name}}

+
identifier: {{@key}}{{#if formatted_filesize}} | size: {{formatted_filesize}}{{/if}}
+
type: {{#is_vector}}vector{{/is_vector}}{{^is_vector}}raster{{/is_vector}} data {{#if source_type}} | ext: {{source_type}}{{/if}}

services: TileJSON {{#if wmts_link}}