Skip to content
Snippets Groups Projects
Commit 3aad4242 authored by bruna.c's avatar bruna.c
Browse files

fix url for map pin

parent b2354e83
No related branches found
No related tags found
1 merge request!126Resolve "Pin do mapa quebra no mobile"
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment