diff --git a/public/templates/index.tmpl b/public/templates/index.tmpl index ff5400e..6a75709 100644 --- a/public/templates/index.tmpl +++ b/public/templates/index.tmpl @@ -2,51 +2,140 @@ - TileServer GL - + TileServerGL + -

TileServer GL

-

Styles

- - -

Data

- +

{{name}}

+

Id: {{@key}} + {{#if serving_raster}} + | TileJSON + {{/if}} +

+ {{#if serving_style}} + Vector view + {{/if}} + {{#if serving_raster}} + Raster view + {{/if}} + {{#if serving_style}} + {{#if serving_raster}} + Auto view + {{/if}} + {{/if}} + + {{/each}} + +

Data

+
+ {{#each data}} +
+ +

{{name}}

+

Id: {{@key}} | TileJSON

+ X-Ray viewer +
+ {{/each}} +
+ +