From 19cd2e344ed2063d959e279dbdd6dbd1deb5fd6a Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Fri, 26 Jun 2015 21:58:02 +0100 Subject: [PATCH] Fix marker icon path. --- client/templates/locations/location_page.js | 2 +- client/templates/locations/locations_page.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/templates/locations/location_page.js b/client/templates/locations/location_page.js index d8451b9..f1796a9 100644 --- a/client/templates/locations/location_page.js +++ b/client/templates/locations/location_page.js @@ -26,7 +26,7 @@ Template.locationPage.onRendered(function() { position: markerLatLng, map: map, title: self.data.location.title, - icon: 'logo-icon-marker.png', + icon: '/logo-icon-marker.png', id: self.data.location._id }); c.stop(); diff --git a/client/templates/locations/locations_page.js b/client/templates/locations/locations_page.js index 6d0a0e1..35a1fc2 100644 --- a/client/templates/locations/locations_page.js +++ b/client/templates/locations/locations_page.js @@ -89,7 +89,7 @@ Template.locationsPage.onCreated(function() { position: latLng, map: map, title: location.title, - icon: 'logo-icon-marker.png', + icon: '/logo-icon-marker.png', id: location._id }); // Create infowindow.