|
@@ -44,7 +44,7 @@ export class DashboardComponent implements OnInit {
|
|
|
icon = icon({
|
|
icon = icon({
|
|
|
iconSize: [25, 41],
|
|
iconSize: [25, 41],
|
|
|
iconAnchor: [13, 41],
|
|
iconAnchor: [13, 41],
|
|
|
- iconUrl: 'marker-icon.png',
|
|
|
|
|
|
|
+ iconUrl: 'assets/img/marker-icon.png',
|
|
|
//shadowUrl: 'marker-shadow.png'
|
|
//shadowUrl: 'marker-shadow.png'
|
|
|
});
|
|
});
|
|
|
|
|
|