Service Metadata
- index.json for layer list
Table Layers
-
{{ range $key, $value := . }}
{{ if eq $value.Type "table" }}
-
{{ $value.ID }} (preview | json)
{{ if $value.Description }}
{{ $value.Description }} {{ end }}
{{ end }}
{{ end }}