Merge branch 'main' into test_color

pull/1/head
BNDR 2021-11-28 10:14:52 +01:00 zatwierdzone przez GitHub
commit 48f28aa5f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>AED - mapa defibrylatorów</title>

Wyświetl plik

@ -54,6 +54,8 @@ map.on('load', () => {
'paint': {
'circle-color': 'rgba(204, 255, 51, 0.72)',
'circle-radius': 30,
'circle-stroke-color': '#fff',
'circle-stroke-width': 3,
},
'filter': ['has', 'point_count'],
});