Geoportail-Luxembourg / geoportailv3

geoportailv3 is the implementation of the v3 of the map viewer of the luxembourgish geoportal
MIT License
25 stars 16 forks source link

use v4 store inside backgroundMgr service. #3093

Closed mki-c2c closed 1 year ago

mki-c2c commented 1 year ago

Instead of removing all legacy Bg managers (all occurences of ngeoBackgroundLayerMgr ), we map the v4 BG layer store inside the ngeo component. This fixes all occurences of ngeoBackgroundLayerMgr.get But the use of ngeoBackgroundLayerMgr.set has to be fixed case by case (for example in SearchController and Mymaps)