Skip to content

Commit

Permalink
changed stop marker
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Jan 16, 2014
1 parent 231771c commit 30ee47f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,15 @@ $(function () {
coords = new google.maps.LatLng(stop.lat, stop.lon);

markers.push({
position: coords
position: coords,
icon: {
path: google.maps.SymbolPath.CIRCLE,
scale: 7,
fillOpacity: 1.0,
fillColor: '#b25c53',
strokeColor: '#922c23',
strokeWeight: 1
},
});
}

Expand Down

0 comments on commit 30ee47f

Please sign in to comment.