We removed the var MAP_ENGINE_REGIONS in the EPP app. However, here it is still required when distilling is activated.
It belongs to the special treatment of regions removed recently, doesn't it? Can we simply change it to source=f"{self.source}_distilled" ?
We removed the var
MAP_ENGINE_REGIONSin the EPP app. However, here it is still required when distilling is activated.It belongs to the special treatment of regions removed recently, doesn't it? Can we simply change it to
source=f"{self.source}_distilled"?