OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

InfoMapper not deploying properly #252

Closed smalers closed 4 years ago

smalers commented 4 years ago

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.

image

smalers commented 4 years ago

And this...

image

smalers commented 4 years ago

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.