ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
126 stars 193 forks source link

Where to update the marker.png file path #300

Open COGTeamGDMP opened 1 year ago

COGTeamGDMP commented 1 year ago

Currently, our CKAN URL needs to have /data as the root path to access CKAN Dataset.

As a result, the marker.png is not showing as it is still referencing to /img/marker.png. Is there anywhere I need to update to modify the path to /data/img/marker.png?

I have modified the path in ckanext/spatial/public/js/dataset_map.js but it is still not using the correct path.

image

Please advise