From 12ffeb0dcd7b3d16b48f1f371737207a375d55fc Mon Sep 17 00:00:00 2001 From: naglepuff Date: Fri, 20 May 2022 17:02:25 -0400 Subject: [PATCH] Simplify description of `scaleWithZoom` property --- girder_annotation/docs/annotations.rst | 3 +-- .../girder_large_image_annotation/models/annotation.py | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/girder_annotation/docs/annotations.rst b/girder_annotation/docs/annotations.rst index 1df476b73..b664b3acf 100644 --- a/girder_annotation/docs/annotations.rst +++ b/girder_annotation/docs/annotations.rst @@ -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 diff --git a/girder_annotation/girder_large_image_annotation/models/annotation.py b/girder_annotation/girder_large_image_annotation/models/annotation.py index 76c21d311..4fab8cde1 100644 --- a/girder_annotation/girder_large_image_annotation/models/annotation.py +++ b/girder_annotation/girder_large_image_annotation/models/annotation.py @@ -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'],