File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ module.exports = overrideAll({
119
119
values : [ 'previous' , 'up' , 'north' ] ,
120
120
description : [
121
121
'Sets the reference for marker angle.' ,
122
- 'With *previous* the angles are based on the previous position of points on a line .' ,
123
- 'With *up* the angles are based on the current positions of points towards up .' ,
124
- 'With *north* the angles are based on the current positions of points towards north .' ,
122
+ 'With *previous*, angle 0 points along the line from the previous point to this one .' ,
123
+ 'With *up*, angle 0 points toward the top of the screen .' ,
124
+ 'With *north*, angle 0 points north based on the current map projection .' ,
125
125
] . join ( ' ' )
126
126
} ) ,
127
127
standoff : scatterMarkerAttrs . standoff ,
You can’t perform that action at this time.
0 commit comments