up emojis
This commit is contained in:
parent
205d77e2f6
commit
65956ff6be
8 changed files with 657 additions and 79 deletions
|
@ -1,3 +1,7 @@
|
|||
|
||||
// Variable globale pour les données de l'événement
|
||||
let eventData = null
|
||||
|
||||
// Initialize the map
|
||||
const map = new maplibregl.Map({
|
||||
container: 'map',
|
||||
|
@ -18,9 +22,7 @@ map.addControl(new maplibregl.AttributionControl({
|
|||
let marker = new maplibregl.Marker({
|
||||
draggable: true
|
||||
});
|
||||
|
||||
// Variable globale pour les données de l'événement
|
||||
let eventData = null;
|
||||
;
|
||||
|
||||
// Function to populate form with event data
|
||||
function populateForm() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue