forked from MapComplete/MapComplete
chore: refactoring, linting, removing obsolete files
This commit is contained in:
parent
b7a4930583
commit
2bc2a6cddf
54 changed files with 125 additions and 457 deletions
|
@ -66,7 +66,7 @@ export class BingRasterLayerProperties implements Partial<RasterLayerProperties>
|
|||
|
||||
export class BingRasterLayer implements RasterLayerPolygon {
|
||||
private static singleton: RasterLayerPolygon | "error"
|
||||
readonly type: "Feature" = "Feature"
|
||||
readonly type: "Feature" = "Feature" as const
|
||||
readonly geometry: Polygon = BBox.global.asGeometry()
|
||||
readonly id = "bing"
|
||||
readonly properties: RasterLayerProperties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue