AppGeo / ckanext-agsview

MIT License
10 stars 10 forks source link

Namespace Issue #5

Closed jguo144 closed 7 years ago

jguo144 commented 7 years ago

There is a namespace issue if you install this extension along with ckanext-spatial. Both extensions have a file that's labeled the same "public/js/common_map.js".

calvinmetcalf commented 7 years ago

i wonder if this is the issue or just we are providing conflicting commonLeafletMap functions in there

GuidoS commented 7 years ago

@jguo144 a new pull request was merged and @calvinmetcalf changed the leaflet function name. Please try this out with the new commit.

jguo144 commented 7 years ago

Changing the leaflet function name and renaming common_map.js to ags_common_map.js fixed the issue.