martin/tests/expected/auto/table_source.json

25 lines
336 B
JSON
Raw Normal View History

{
"tilejson": "3.0.0",
"tiles": [
"http://localhost:3111/table_source/{z}/{x}/{y}"
],
"vector_layers": [
{
"id": "table_source",
"fields": {
"gid": "int4"
}
}
],
"bounds": [
-2,
-1,
142.84131509869133,
45
],
"name": "table_source",
"foo": {
"bar": "foo"
}
}