Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 9f06314

Browse files
committed
Use resolvePath to give google maps path to grey marker
Needed for vulcanizer to fix the path
1 parent 4456dc9 commit 9f06314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiny/Shuttle-v2/shuttle-map.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
var marker = new google.maps.Marker({
6666
map: this.map,
6767
position: latLng,
68-
icon: 'assets/marker_grey.png',
68+
icon: this.resolvePath('assets/marker_grey.png'),
6969
zIndex: 0
7070
});
7171
this.markers.push(marker);
@@ -94,4 +94,4 @@
9494
}
9595
});
9696
</script>
97-
</polymer-element>
97+
</polymer-element>

0 commit comments

Comments
 (0)