Skip to content

Commit

Permalink
fixed point size of pushed locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHo committed May 4, 2014
1 parent 6f0785a commit 5c32593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SE_Tracking_Server/webapp/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ function addPointToPath(lat, lng, acc) {
var point = new google.maps.LatLng(lat, lng);
// --
path.getPath().push(point);
acc = acc == 0 ? 0 : acc / 100;
// --
var circle = {
strokeColor : '#FF0000',
Expand Down

0 comments on commit 5c32593

Please sign in to comment.