Skip to content

Commit

Permalink
Simplify description of scaleWithZoom property
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed May 20, 2022
1 parent 615591c commit 12ffeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions girder_annotation/docs/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ near by values aggregate together when viewed.
# false, the rangeValues are in the
# value domain. Defaults to true. Optional
"scaleWithZoom": true # If true, scale the size of points with the zoom level of
# the map. In this case, the radius property refers to the
# size of points at zoom level 0. Defaults to false. Optional
# the map. Defaults to false. Optional
}

Grid Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,7 @@ class AnnotationSchema:
'type': 'boolean',
'description':
'If true, scale the size of points with the '
'zoom level of the map. In this case, the '
'radius property refers to the size of points '
'at zoom level 0.'
'zoom level of the map.'
}
},
'required': ['type', 'points'],
Expand Down

0 comments on commit 12ffeb0

Please sign in to comment.