metadata
8 rows
This data as json, CSV (advanced)
Link | rowid ▼ | name | value |
---|---|---|---|
1 | 1 | name | datasette-basemap 0.2 |
2 | 2 | format | png |
3 | 3 | minzoom | 0 |
4 | 4 | maxzoom | 6 |
5 | 5 | bounds | -180.0,-90.0,180.0,90.0 |
6 | 6 | center | 0.0,0.0,3 |
7 | 7 | template | {{#__location__}}{{/__location__}} {{#__teaser__}} {{/__teaser__}}{{#__full__}}{{/__full__}} |
8 | 8 | attribution | © OpenStreetMap contributors |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE metadata (name text, value text); CREATE UNIQUE INDEX name on metadata (name);