Skip to content

Commit 2ac8bb1

Browse files
author
john0005
committed
Update display Drawing status sample
1 parent f6eb82a commit 2ac8bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/esri/samples/mapview/display_drawing_status/DisplayDrawingStatusSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public void start(Stage stage) throws Exception {
6767

6868
// create a starting viewpoint for the ArcGISMap
6969
SpatialReference spatialReference = SpatialReferences.getWebMercator();
70-
Point bottomLeftPoint = new Point(-13639984.0, 4537387.0, spatialReference);
71-
Point topRightPoint = new Point(-13606734.0, 4558866, spatialReference);
70+
Point bottomLeftPoint = new Point(-1.5054808160556655E7, 2718975.702666207, spatialReference);
71+
Point topRightPoint = new Point(-6810317.90634398, 6850505.377826911, spatialReference);
7272
Envelope envelope = new Envelope(bottomLeftPoint, topRightPoint);
7373
Viewpoint viewpoint = new Viewpoint(envelope);
7474

0 commit comments

Comments
 (0)