Display filesizes of the mbtiles
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<div class="sample-img"></div>
|
||||
{{/if}}
|
||||
<h3>{{name}}</h3>
|
||||
<p>Id: {{@key}} | {{#is_vector}}Vector{{/is_vector}}{{^is_vector}}Raster{{/is_vector}} data | <a href="/data/{{@key}}.json">TileJSON</a></p>
|
||||
<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">TileJSON</a></p>
|
||||
{{#is_vector}}
|
||||
<a class="btn" href="/data/{{@key}}/{{viewer_hash}}">X-Ray viewer</a>
|
||||
{{/is_vector}}
|
||||
|
||||
Reference in New Issue
Block a user