Skip to content

Commit

Permalink
Use logo icon as marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Kabalin authored and kabalin committed Feb 3, 2019
1 parent 6449bf7 commit 3132b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/templates/locations/locations_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Template.locationsPage.onCreated(function() {
var marker = new google.maps.Marker({
position: latLng,
map: map,
title: 'Hello World!',
title: location.title,
icon: 'logo-icon-marker.png',
id: location._id
});
markers[location._id] = marker;
Expand Down
Binary file added public/logo-icon-marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3132b7f

Please sign in to comment.