diff options
Diffstat (limited to 'osm.el')
| -rw-r--r-- | osm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |
