metadata
12 rows
This data as json, CSV (advanced)
Suggested facets: rowid, name, value
Link | rowid ▼ | name | value |
---|---|---|---|
1 | 1 | name | /mnt/tiles/temporary/border/border.mbtiles |
2 | 2 | description | /mnt/tiles/temporary/border/border.mbtiles |
3 | 3 | version | 2 |
4 | 4 | minzoom | 4 |
5 | 5 | maxzoom | 15 |
6 | 6 | center | 0.730591,52.978416,15 |
7 | 7 | bounds | -6.418667,49.864668,1.763706,55.811085 |
8 | 8 | type | overlay |
9 | 9 | format | pbf |
10 | 10 | generator | tippecanoe v1.36.0 |
11 | 11 | generator_options | tippecanoe --no-progress-indicator -z15 -Z4 -r1 --no-feature-limit --no-tile-size-limit '--layer=border' '--output=/mnt/tiles/temporary/border/border.mbtiles' /mnt/tiles/temporary/border/border.geojson |
12 | 12 | json | {"vector_layers": [ { "id": "border", "description": "", "minzoom": 4, "maxzoom": 15, "fields": {"dataset": "String", "end-date": "String", "entity": "Number", "entry-date": "String", "name": "String", "organisation-entity": "String", "prefix": "String", "reference": "String", "start-date": "String"} } ],"tilestats": {"layerCount": 1,"layers": [{"layer": "border","count": 1,"geometry": "Polygon","attributeCount": 9,"attributes": [{"attribute": "dataset","count": 1,"type": "string","values": ["border"]},{"attribute": "end-date","count": 1,"type": "string","values": [""]},{"attribute": "entity","count": 1,"type": "number","values": [31000],"min": 31000,"max": 31000},{"attribute": "entry-date","count": 1,"type": "string","values": ["2024-06-28"]},{"attribute": "name","count": 1,"type": "string","values": ["England"]},{"attribute": "organisation-entity","count": 1,"type": "string","values": ["10"]},{"attribute": "prefix","count": 1,"type": "string","values": ["statistical-geography"]},{"attribute": "reference","count": 1,"type": "string","values": ["E92000001"]},{"attribute": "start-date","count": 1,"type": "string","values": [""]}]}]}} |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE metadata (name text, value text); CREATE UNIQUE INDEX name on metadata (name);