mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
19 lines
270 B
JSON
19 lines
270 B
JSON
{
|
|
"tilejson": "3.0.0",
|
|
"tiles": [
|
|
"http://localhost:3111/table_source/{z}/{x}/{y}"
|
|
],
|
|
"vector_layers": [
|
|
{
|
|
"id": "table_source",
|
|
"fields": {
|
|
"gid": "int4"
|
|
}
|
|
}
|
|
],
|
|
"name": "table_source",
|
|
"foo": {
|
|
"bar": "foo"
|
|
}
|
|
}
|