Skip to content

Commit af5e9d7

Browse files
committed
Use new nominatim URL in the application
1 parent 43a7f4a commit af5e9d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-app/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ weapp.App = function() {
6666

6767
var geocoderElement = /** @type {!Element} */
6868
(goog.dom.getElement('geocoder'));
69-
var ac = new klokantech.Nominatim(geocoderElement);
69+
var ac = new klokantech.Nominatim(geocoderElement,
70+
'http://nominatim.klokantech.com/');
7071

7172
goog.events.listen(ac, goog.ui.ac.AutoComplete.EventType.UPDATE, function(e) {
7273
var ext = e.row['bounds'] || e.row['viewport'];

0 commit comments

Comments
 (0)