Active
Project:
Get Locations
Version:
7.x-1.17
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Mar 2017 at 07:10 UTC
Updated:
10 Apr 2017 at 22:06 UTC
Jump to comment: Most recent
Comments
Comment #2
vacilando commentedHad the same problem. As a quick fix I got ti to work by placing getlocations_markers.js in a custom location and adjusting the path.
But that of course is not a proper solutions.
Btw, this is the offending line in file getlocations.module:
$markerpath = file_stream_wrapper_get_instance_by_scheme(file_default_scheme())->getDirectoryPath() . '/getlocations';