chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-08-19 17:42:21 +02:00
parent 766c6e2084
commit ec3522e0db
28 changed files with 118 additions and 84 deletions

View file

@ -9,7 +9,6 @@ import { TagsFilter } from "../../Tags/TagsFilter"
import { BBox } from "../../BBox"
import { OsmTags } from "../../../Models/OsmFeature"
import { Lists } from "../../../Utils/Lists"
;("use strict")
/**

View file

@ -15,7 +15,6 @@ import {
import { Tiles } from "../Models/TileRange"
import { Utils } from "../Utils"
import { Lists } from "../Utils/Lists"
;("use strict")
export class GeoOperations {

View file

@ -678,7 +678,7 @@ export default class UserRelatedState {
amendedPrefs.ping()
})
if(!Utils.runningFromConsole){
if (!Utils.runningFromConsole) {
amendedPrefs.data["___device_pixel_ratio"] = "" + window.devicePixelRatio
}