diff --git a/public/css/map.css b/public/css/map.css index bf57027..4b42fd4 100644 --- a/public/css/map.css +++ b/public/css/map.css @@ -10,7 +10,7 @@ body { #map { height: 100vh; width: 100vw; - cursor: url('https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon-2x.png'), auto; /* custom cursore */ + cursor: url('https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png'), auto; /* custom cursore */ } .button-image { diff --git a/public/img/marker-icon13.png b/public/img/marker-icon13.png new file mode 100644 index 0000000..f65ff64 Binary files /dev/null and b/public/img/marker-icon13.png differ diff --git a/public/index.html b/public/index.html index 45b36f8..d27e799 100644 --- a/public/index.html +++ b/public/index.html @@ -18,8 +18,7 @@