initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<ClientOnly>
|
||||
<MglMap :map-style="style" :center="center" :zoom="zoom" height="100%">
|
||||
<MglNavigationControl />
|
||||
</MglMap>
|
||||
</ClientOnly>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const style = "https://tiles.versatiles.org/assets/styles/colorful/style.json";
|
||||
const center = [5.735, 45.185];
|
||||
const zoom = 12;
|
||||
</script>
|
||||
Reference in New Issue
Block a user