Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2024-08-30 02:24:17 +02:00
commit 3002e95411
98 changed files with 3627 additions and 2966 deletions

View file

@ -55,6 +55,9 @@
for (const preset of layer.presets) {
const tags = TagUtils.KVtoProperties(preset.tags ?? [])
if(preset.preciseInput.snapToLayers){
tags["_referencing_ways"] = '["way/-1"]'
}
const markers = layer.mapRendering.map((mr, i) =>
mr

View file

@ -5,6 +5,7 @@
function clearCaches() {
IdbLocalStorage.clearAll()
Utils.download("./service-worker-clear")
window.location.reload()
}
export let msg: string
</script>