forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
ef18846c6a
commit
ad2c7f3a46
1 changed files with 12 additions and 14 deletions
|
@ -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[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue