Added achievement data
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user