From c997880fc83e1dffa20f645806deecfcf84b9197 Mon Sep 17 00:00:00 2001 From: Birm Date: Wed, 3 Apr 2024 15:53:56 -0400 Subject: [PATCH] Revert "Saving Marks Should Include User's X, Y, Zoom, etc #844" --- apps/viewer/init.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/viewer/init.js b/apps/viewer/init.js index 94f89c2b0..8a0c8643d 100644 --- a/apps/viewer/init.js +++ b/apps/viewer/init.js @@ -257,13 +257,6 @@ function initCore() { attributes = data.properties.annotations; if (area) attributes.area = area; if (circumference) attributes.circumference = circumference; - - const states = StatesHelper.getCurrentStates(isImageCoordinate = true); - if (!states) return; - attributes.X = states.x; - attributes.Y = states.y; - attributes.zoom = states.z; - body = convertHumanAnnotationToPopupBody(attributes); if ( data.geometries &&