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

Remove leaflet directory in assets #244

Closed Nightsphere closed 4 years ago

Nightsphere commented 4 years ago

There is a leaflet directory in the assets folder that the Info Mapper might be using instead of the npm installed version. This might be causing issues, and even if it isn't, it's better to get rid of redundant and/or ambiguous code. This might help with some other issues as well.

The code has been there since the beginning, and should be cleaned up so that npm and the angular.json file is taking care of imports. This will also clear up assets so that only the app/ and app-default folders and the version.json file exists.

Nightsphere commented 4 years ago

The leaflet directory has been successfully removed, and the Info Mapper is now using all leaflet-based files in the node modules directory now. This cleans up project layout and improves organization when/if myself and other developers add any more code in the future. Closing this issue.