forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
cf7650306e
97 changed files with 3603 additions and 2915 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
function clearCaches() {
|
||||
IdbLocalStorage.clearAll()
|
||||
Utils.download("./service-worker-clear")
|
||||
window.location.reload()
|
||||
}
|
||||
export let msg: string
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue