forked from MapComplete/MapComplete
Removed todo's
This commit is contained in:
parent
3586b8eef2
commit
a91c3fde69
4 changed files with 5 additions and 6 deletions
|
@ -35,6 +35,7 @@ import ScrollableFullScreen from "./UI/Base/ScrollableFullScreen";
|
|||
import Translations from "./UI/i18n/Translations";
|
||||
import MapControlButton from "./UI/MapControlButton";
|
||||
import Combine from "./UI/Base/Combine";
|
||||
import SelectedFeatureHandler from "./Logic/Actors/SelectedFeatureHandler";
|
||||
|
||||
export class InitUiElements {
|
||||
|
||||
|
@ -257,7 +258,8 @@ export class InitUiElements {
|
|||
}
|
||||
})
|
||||
isOpened.setData(true)
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private static InitLayerSelection() {
|
||||
|
@ -387,7 +389,7 @@ export class InitUiElements {
|
|||
new ShowDataLayer(source.features, State.state.leafletMap,
|
||||
State.state.layoutToUse);
|
||||
|
||||
// TOO reenable new SelectedFeatureHandler(Hash.hash, State.state.selectedElement, source);
|
||||
new SelectedFeatureHandler(Hash.hash, State.state.selectedElement, source);
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue