Added achievement data

This commit is contained in:
2026-05-09 18:05:12 +10:00
parent 7e3af37a46
commit f2b2eaaabe
183 changed files with 578 additions and 5 deletions
@@ -470,6 +470,7 @@ export default defineComponent({
nextTick(() => {
map = new maplibregl.Map({
container: mapContainer.value!,
cooperativeGestures: true,
style: {
version: 8,
sources: {
@@ -493,6 +494,7 @@ export default defineComponent({
renderWorldCopies: true,
})
map.addControl(new maplibregl.NavigationControl({ showCompass: false }), 'top-right')
map.addControl(new maplibregl.FullscreenControl(), 'top-right')
map.on('load', () => {
addLayers()
fitBounds()