Update nidus to latest
This commit is contained in:
parent
ee0a35bce2
commit
0c81e455dc
3 changed files with 6 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ srid = 4326 # The default srid for this provider. If not provided it
|
||||||
geometry_fieldname = "geometry"
|
geometry_fieldname = "geometry"
|
||||||
geometry_type="point"
|
geometry_type="point"
|
||||||
id_fieldname = "id"
|
id_fieldname = "id"
|
||||||
sql = "SELECT ST_AsMVTGeom(geom, !BBOX!) AS geometry, id, unit, number_, street, postal_code FROM address WHERE geom && !BBOX!"
|
sql = "SELECT ST_AsMVTGeom(location, !BBOX!) AS geometry, id, unit, number_, street, postal_code FROM address WHERE location && !BBOX!"
|
||||||
|
|
||||||
[[providers.layers]]
|
[[providers.layers]]
|
||||||
name = "fileupload-pool"
|
name = "fileupload-pool"
|
||||||
|
|
|
||||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -316,17 +316,17 @@
|
||||||
"proj": "proj"
|
"proj": "proj"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1772626360,
|
"lastModified": 1772850683,
|
||||||
"narHash": "sha256-halLUUXU4KPyQrb+oPZS4IdqT/gtxky+/SD7QuimqGs=",
|
"narHash": "sha256-Fcirvq8hBzkJo3XxEFKIwYWMpY7O0LVaU0WcbYR9j9A=",
|
||||||
"owner": "Gleipnir-Technology",
|
"owner": "Gleipnir-Technology",
|
||||||
"repo": "nidus-sync",
|
"repo": "nidus-sync",
|
||||||
"rev": "33029908370f4c0fb123e9c0219f3ca964761c0b",
|
"rev": "4972dd05ee29181cfea2b9a2608f12b0f9ad0726",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Gleipnir-Technology",
|
"owner": "Gleipnir-Technology",
|
||||||
"repo": "nidus-sync",
|
"repo": "nidus-sync",
|
||||||
"rev": "33029908370f4c0fb123e9c0219f3ca964761c0b",
|
"rev": "4972dd05ee29181cfea2b9a2608f12b0f9ad0726",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "Gleipnir-Technology";
|
owner = "Gleipnir-Technology";
|
||||||
repo = "nidus-sync";
|
repo = "nidus-sync";
|
||||||
rev = "72a4ef9fff81875590213931254ef01df13ce733";
|
rev = "4972dd05ee29181cfea2b9a2608f12b0f9ad0726";
|
||||||
};
|
};
|
||||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue