mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
29 lines
498 B
JSON
29 lines
498 B
JSON
{
|
|
"tilejson": "3.0.0",
|
|
"tiles": [
|
|
"http://localhost:3111/table_source,points1,points2/{z}/{x}/{y}"
|
|
],
|
|
"vector_layers": [
|
|
{
|
|
"id": "table_source",
|
|
"fields": {
|
|
"gid": "int4"
|
|
}
|
|
},
|
|
{
|
|
"id": "points1",
|
|
"fields": {
|
|
"gid": "int4"
|
|
}
|
|
},
|
|
{
|
|
"id": "points2",
|
|
"fields": {
|
|
"gid": "int4"
|
|
}
|
|
}
|
|
],
|
|
"description": "public.points1.geom\npublic.points2.geom",
|
|
"name": "table_source,points1,points2"
|
|
}
|