Restore Africa navigation graph
Build and deploy Docker image / build (push) Successful in 1m18s

This commit is contained in:
Ruslan Bakiev
2026-08-20 17:23:31 +07:00
parent e0cd782ec5
commit 32f7e480e3
7 changed files with 1964 additions and 3 deletions
+1 -1
View File
@@ -1096,7 +1096,7 @@ export const resolvers = {
FILTER @transport_type == null OR @transport_type IN types
FILTER @country == null OR node.country == @country
${bounds.filter}
SORT node.name ASC
SORT node.navigation_priority DESC, node.name ASC
LIMIT @offset, @limit
RETURN node
`, { transport_type: args.transportType ?? null, country: args.country ?? null, offset: args.offset ?? 0, limit: args.limit ?? 50, ...bounds.vars })