summaryrefslogtreecommitdiff
path: root/osm.el
diff options
context:
space:
mode:
Diffstat (limited to 'osm.el')
-rw-r--r--osm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/osm.el b/osm.el
index 734896a..8ba96a6 100644
--- a/osm.el
+++ b/osm.el
@@ -1475,7 +1475,7 @@ See also `osm-save-url'."
(and server (intern-soft server))
'osm-selected "Geo Link")))
;; Google Maps
- ((or (string-match "goo.*!3d\\([0-9.-]+\\)!4d\\([0-9.-]+\\)!\\([0-9]+\\)z" url)
+ ((or (string-match "goo.*!3d\\([0-9.-]+\\)!4d\\([0-9.-]+\\)!\\([0-9]+\\)" url)
(string-match "goo.*@\\([0-9.-]+\\),\\([0-9.-]+\\),\\([0-9]+\\)" url)
(string-match "goo.*/search/\\([0-9.+-]+\\),\\([0-9.+-]+\\)" url))
(let ((lat (string-to-number (match-string 1 url)))