add frontend angular
This commit is contained in:
parent
f34a5f0a83
commit
070e8435d8
36 changed files with 10209 additions and 6 deletions
|
@ -54,7 +54,7 @@
|
|||
zoom: 4
|
||||
});
|
||||
map.addControl(new maplibregl.NavigationControl());
|
||||
fetch('/event?what={{ selected_what }}&limit=500')
|
||||
fetch('https://api.openeventdatabase.org/event?what={{ selected_what }}&limit=500')
|
||||
.then(r => r.json())
|
||||
.then(data => {
|
||||
if (!data.features || !data.features.length) return;
|
||||
|
|
|
@ -109,6 +109,10 @@
|
|||
<i class="fas fa-traffic-light"></i>
|
||||
Embouteillage
|
||||
</div>
|
||||
<div class="issue-button road traffic-jam" onclick="fillForm('traffic_mammoth')">
|
||||
<i class="fas fa-traffic-light"></i>
|
||||
Mammouth
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue