Merge master

This commit is contained in:
Pieter Vander Vennet 2024-08-30 02:26:37 +02:00
commit cf7650306e
97 changed files with 3603 additions and 2915 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>