Closed Nightsphere closed 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.
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 theapp/
andapp-default
folders and theversion.json
file exists.