Skip to content

v0.2.54..v0.2.55 changeset grailConnectedWaysQuery.oql

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/conf/services/grailConnectedWaysQuery.oql b/conf/services/grailConnectedWaysQuery.oql
new file mode 100644
index 0000000..88ee32f
--- /dev/null
+++ b/conf/services/grailConnectedWaysQuery.oql
@@ -0,0 +1,9 @@
+._->.ref;
+
+way(bn.ref);
+(._;>;);
+._->.connectedWays;
+
+(.ref; .connectedWays;);
+
+out meta;
\ No newline at end of file
Clone this wiki locally