Skip to content

Commit 6bf4dfc

Browse files
committed
Adds geocoder URL
1 parent e22e1a9 commit 6bf4dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/javascripts/app.map.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ App.map = (function ($, publ) {
2525

2626
contents = $(options.target).data();
2727
defaults = $("#ol-defaults").data();
28+
defaults.geocoderUrl = "https://***REMOVED***/geojson";
2829

2930
if (defaults.lon === null) {
3031
defaults.lon = quick_hack.lon;

0 commit comments

Comments
 (0)