mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
enable highlighting of address in OSM.
This commit is contained in:
parent
d163fe02cd
commit
7af76e36e1
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Contacts={
|
|||
adrstr = adrstr + adrarr[6].trim();
|
||||
}
|
||||
adrstr = encodeURIComponent(adrstr);
|
||||
var uri = 'http://open.mapquestapi.com/nominatim/v1/search.php?q=' + adrstr + '&limit=10&addressdetails=1&zoom=';
|
||||
var uri = 'http://open.mapquestapi.com/nominatim/v1/search.php?q=' + adrstr + '&limit=10&addressdetails=1&polygon=1&zoom=';
|
||||
var newWindow = window.open(uri,'_blank');
|
||||
newWindow.focus();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue