Technically a dehancement, the map-components/ needs to be removed, as the Map Component and other relevant files are in the Common library, and have been for some time.
The reason it still exists, is because there is one function being used from the Map Service in the NavBar Component. This can be moved to the Infomapper App Service easily enough, but I'm a little concerned about if it will effect something on the Common library side. It has a Map Service as well, and might get confused if it looks for a variable that has been moved.
Because of this possible hiccup, I've made this into its own issue so I can create the proper testing environment.
Technically a dehancement, the map-components/ needs to be removed, as the Map Component and other relevant files are in the Common library, and have been for some time.
The reason it still exists, is because there is one function being used from the Map Service in the NavBar Component. This can be moved to the Infomapper App Service easily enough, but I'm a little concerned about if it will effect something on the Common library side. It has a Map Service as well, and might get confused if it looks for a variable that has been moved.
Because of this possible hiccup, I've made this into its own issue so I can create the proper testing environment.