Merge remote-tracking branch 'origin/scossa' into scossa

This commit is contained in:
user 2024-08-17 21:36:14 +02:00
commit 32e926907e
5 changed files with 10 additions and 1 deletions

8
appunti.txt Normal file
View file

@ -0,0 +1,8 @@
## CANCELLA UN RECORD DEL DB
mariadb -u ruscone -p
show databases;
use ruscomap;
show tables;
select * from markers;
DELETE FROM markers WHERE filename = '0a9f02167f85c845db2d4b81bbeef9d5';

BIN
public/img/garbage64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

View file

@ -9,13 +9,14 @@
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin="" crossorigin=""
/> />
<link rel="icon" type="image/png" sizes="16x16" href="../img/garbage64.png">
<script <script
src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin="" crossorigin=""
></script> ></script>
<link rel="stylesheet" href="/css/map.css" /> <link rel="stylesheet" href="/css/map.css" />
<title>Document</title> <title>RuscoMap</title>
</head> </head>
<body> <body>
<button id="addMarkerBtn">BottoneInserimento</button> <button id="addMarkerBtn">BottoneInserimento</button>