diff --git a/ckanext/geoview/public/js/geojson_preview.js b/ckanext/geoview/public/js/geojson_preview.js index d9cb09d5..2f5b92c6 100644 --- a/ckanext/geoview/public/js/geojson_preview.js +++ b/ckanext/geoview/public/js/geojson_preview.js @@ -32,7 +32,7 @@ ckan.module('geojsonpreview', function (jQuery, _) { self.map = ckan.commonLeafletMap('map', this.options.map_config, {attributionControl: false}); // hack to make leaflet use a particular location to look for images - L.Icon.Default.imagePath = this.options.site_url + 'js/vendor/leaflet/dist/images'; + L.Icon.Default.imagePath = this.options.site_url + 'js/vendor/leaflet/images/'; jQuery.getJSON(preload_resource['url']).done( function(data){