We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22e1a9 commit 6bf4dfcCopy full SHA for 6bf4dfc
assets/javascripts/app.map.js
@@ -25,6 +25,7 @@ App.map = (function ($, publ) {
25
26
contents = $(options.target).data();
27
defaults = $("#ol-defaults").data();
28
+ defaults.geocoderUrl = "https://***REMOVED***/geojson";
29
30
if (defaults.lon === null) {
31
defaults.lon = quick_hack.lon;
0 commit comments