diff --git a/pinsisApp/src/app/maps-page/maps-page.component.ts b/pinsisApp/src/app/maps-page/maps-page.component.ts index 27c986cf5a7228a175fd4011e4889b42e73d9300..07bed9910b42b4c0ccced2a3880d774159c7b5ad 100644 --- a/pinsisApp/src/app/maps-page/maps-page.component.ts +++ b/pinsisApp/src/app/maps-page/maps-page.component.ts @@ -6,7 +6,7 @@ import { MarkerService } from '../_services/marker.service'; import { ShapeService } from '../_services/shape.service'; import { Hospital } from '../hospital'; -const iconRetinaUrl = 'assets/marker-icon-2x.png'; +const iconRetinaUrl = "https://unpkg.com/leaflet@1.5.1/dist/images/marker-icon.png"; const iconUrl = "https://unpkg.com/leaflet@1.5.1/dist/images/marker-icon.png"; const shadowUrl = "https://unpkg.com/leaflet@1.5.1/dist/images/marker-shadow.png"; const iconDefault = L.icon({