Skip to content

Commit 53e40c7

Browse files
committed
#59 added builder icons for markers, custom icons forget about it for the MVP
1 parent 9882f95 commit 53e40c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assets/images/spanner.png

226 Bytes
Loading

src/js/components/builder/overview-google-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var OverviewGoogleMap = React.createClass({
6363
<GoogleMap ref={map => ("GoogleMap", map)} defaultZoom={11} options={{ scrollwheel: false}} defaultCenter={{lat:51.529571, lng: -0.042356}} >
6464
{Markers.markers.map((marker, index) => {
6565
return (
66-
<Marker {...marker} setanimation='drop' />
66+
<Marker {...marker} options={{icon:'../../../../assets/images/spanner.png'}} />
6767
);
6868
})}
6969
</GoogleMap>

0 commit comments

Comments
 (0)