I tried to run the Poudre build-util/copy-to-owf-amazon-s3.sh script. However, the application is not working as expected, especially related to new background maps. The dist/infomapper/assets folder contains a leaflet folder, and this may be causing errors. The angular.json file has leaflet listed under assets. I tried removing the lines that create the assets/leaflet folder and ran the script again but it does not work. The following shows the error with trying to use Topo USA background.
This has been resolved. Handling of tile map service URLs has been generalized and the angular.json has been updated to remove leaflet folder from assets. Close the issue.
I tried to run the Poudre
build-util/copy-to-owf-amazon-s3.sh
script. However, the application is not working as expected, especially related to new background maps. Thedist/infomapper/assets
folder contains aleaflet
folder, and this may be causing errors. Theangular.json
file has leaflet listed underassets
. I tried removing the lines that create theassets/leaflet
folder and ran the script again but it does not work. The following shows the error with trying to use Topo USA background.