Skip to content
Snippets Groups Projects
Commit 9235b236 authored by Dante Aléo's avatar Dante Aléo :pouting_cat:
Browse files

Merge branch '108-pin-do-mapa-quebra-no-mobile' into 'development'

Resolve "Pin do mapa quebra no mobile"

Closes #108

See merge request !126
parents b2354e83 134f2248
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-2x.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