diff --git a/frontend/app-config/webpack.config.js b/frontend/app-config/webpack.config.js index 0f719a34a9..3c9f9cbe3f 100644 --- a/frontend/app-config/webpack.config.js +++ b/frontend/app-config/webpack.config.js @@ -272,6 +272,12 @@ module.exports = function calculateConfig(env) { { from: './node_modules/ace-builds/src-min/snippets', to: 'dependencies/ace/snippets' }, { from: './node_modules/ace-builds/src-min/worker-*.js', to: 'dependencies/ace/[name][ext]' }, + { from: './node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css', to: 'dependencies/leaflet' }, + { from: './node_modules/leaflet-control-geocoder/dist/Control.Geocoder.min.js', to: 'dependencies/leaflet' }, + { from: './node_modules/leaflet/dist/leaflet.js', to: 'dependencies/leaflet' }, + { from: './node_modules/leaflet/dist/leaflet.css', to: 'dependencies/leaflet' }, + { from: './node_modules/leaflet/dist/images', to: 'dependencies/leaflet/images' }, + { from: './node_modules/video.js/dist/video.min.js', to: 'dependencies/videojs' }, { from: './node_modules/video.js/dist/video-js.min.css', to: 'dependencies/videojs' }, diff --git a/frontend/app/shared/components/forms/geolocation-editor.component.html b/frontend/app/shared/components/forms/geolocation-editor.component.html index 200060741a..883bda0164 100644 --- a/frontend/app/shared/components/forms/geolocation-editor.component.html +++ b/frontend/app/shared/components/forms/geolocation-editor.component.html @@ -1,5 +1,7 @@ -