From fabcc3704c5a21b568621081a5d139ccb2bb3679 Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Fri, 18 Jul 2025 18:01:56 +0200 Subject: [PATCH 1/4] fixed typo in api url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9650e97..3d665e5 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Official MeshCore Map (frontend) ## Installation This is fully static and build-free site, cloning it to web location that can serve static content should be enough. -It uses backend api deployed on https://meshcore.dev/api/v1/nodes +It uses backend api deployed on https://map.meshcore.dev/api/v1/nodes ## Libraries used * [Vue3](https://github.com/vuejs/core) * [Beer.css](https://github.com/beercss/beercss) * [Leaflet](https://github.com/Leaflet/Leaflet) * [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) -* [Material icons](https://fonts.google.com/icons) \ No newline at end of file +* [Material icons](https://fonts.google.com/icons) From 9cb65ce40c4dabbc49cb53a4f10537383a852a9c Mon Sep 17 00:00:00 2001 From: recrof Date: Sat, 19 Jul 2025 23:15:02 +0200 Subject: [PATCH 2/4] added filtering by node type and insert/update time; clients now show initials/emojis and node color like in official MeshCore app; added clustering zoom level slider in filter --- index.html | 21 +++++++-- src/map.js | 118 +++++++++++++++++++++++++++++++++++++--------- src/node-utils.js | 33 +++++++++++++ 3 files changed, 146 insertions(+), 26 deletions(-) create mode 100644 src/node-utils.js diff --git a/index.html b/index.html index edc2af0..789bb20 100644 --- a/index.html +++ b/index.html @@ -59,8 +59,9 @@