]> git.street.me.uk Git - andy/viking.git/blobdiff - src/google.c
Enable widget sensitivity in the layer properties to be controlled.
[andy/viking.git] / src / google.c
index 32f5efb85ec5c7ebc03ec55d92d09e1b3c017fd0..2e1aa61631274e0a43c72982d3aaf9456e565bf2 100644 (file)
@@ -59,6 +59,8 @@ void google_init () {
     "url-base", "http://maps.google.com/maps?output=js&q=",
     "url-start-ll", "from:%s,%s",
     "url-stop-ll", "+to:%s,%s",
+    "url-start-dir", "from:%s",
+    "url-stop-dir", "+to:%s",
     "referer", "http://maps.google.com/",
     NULL);
   vik_routing_register ( VIK_ROUTING_ENGINE ( routing ) );