Formatting

This commit is contained in:
Pieter Vander Vennet 2021-06-24 13:52:43 +02:00
parent ef18846c6a
commit ad2c7f3a46

View file

@ -28,7 +28,6 @@ export default class AvailableBaseLayers {
}
public static layerOverview = AvailableBaseLayers.LoadRasterIndex().concat(AvailableBaseLayers.LoadProviderIndex());
public availableEditorLayers: UIEventSource<BaseLayer[]>;
@ -61,7 +60,6 @@ export default class AvailableBaseLayers {
});
}
private static AvailableLayersAt(lon: number, lat: number): BaseLayer[] {