Merge remote-tracking branch 'origin/scossa' into scossa
This commit is contained in:
commit
32e926907e
5 changed files with 10 additions and 1 deletions
8
appunti.txt
Normal file
8
appunti.txt
Normal 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
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 |
|
@ -9,13 +9,14 @@
|
|||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
||||
crossorigin=""
|
||||
/>
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/garbage64.png">
|
||||
<script
|
||||
src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
|
||||
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
|
||||
crossorigin=""
|
||||
></script>
|
||||
<link rel="stylesheet" href="/css/map.css" />
|
||||
<title>Document</title>
|
||||
<title>RuscoMap</title>
|
||||
</head>
|
||||
<body>
|
||||
<button id="addMarkerBtn">BottoneInserimento</button>
|
||||
|
|
Loading…
Reference in a new issue