Adapt to new map implementation.

Note: if we implement a fallback to the old Leaflet code, the new
hash format will need to be accepted in Leaflet too.
This commit is contained in:
D. Berge
2025-08-08 16:10:17 +02:00
parent 7dde0a15c6
commit 3a769e7fd0

View File

@@ -129,7 +129,7 @@
<template v-slot:item.position="{item}">
<a v-if="position(item).latitude"
:href="`/projects/${$route.params.project}/map#15/${position(item).longitude}/${position(item).latitude}`"
:href="`/projects/${$route.params.project}/map#z15x${position(item).longitude}y${position(item).latitude}:+seqrp;+psll`"
title="View on map"
:target="`/projects/${$route.params.project}/map`"
@click.stop