diff --git a/appunti.txt b/appunti.txt new file mode 100644 index 0000000..5887e0d --- /dev/null +++ b/appunti.txt @@ -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'; \ No newline at end of file diff --git a/public/img/garbage64.png b/public/img/garbage64.png new file mode 100644 index 0000000..2026fb4 Binary files /dev/null and b/public/img/garbage64.png differ diff --git a/public/img/imgTest.jpg b/public/img/imgTest.jpg deleted file mode 100644 index 2f8d125..0000000 Binary files a/public/img/imgTest.jpg and /dev/null differ diff --git a/public/img/imgTest1.jpg b/public/img/imgTest1.jpg deleted file mode 100644 index a4b67da..0000000 Binary files a/public/img/imgTest1.jpg and /dev/null differ diff --git a/public/index.html b/public/index.html index 4b22e00..c7d4522 100644 --- a/public/index.html +++ b/public/index.html @@ -9,13 +9,14 @@ integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" /> + - Document + RuscoMap