Skip to content

Commit

Permalink
Set distance-marker distance to 1 km
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Mar 27, 2018
1 parent e6b7725 commit fd95c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ors-map/ors-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ angular.module('orsApp').directive('orsMap', () => {
distanceMarkers: {
lazy: !isDistanceMarkers,
showAll: 13,
offset: 500,
offset: 1000,
cssClass: 'ors-marker-dist',
iconSize: [18, 18]
}
Expand Down

0 comments on commit fd95c65

Please sign in to comment.