Skip to content

Commit 2c344cd

Browse files
authored
Update OfflineRoutingSample.java
1 parent bf1ad98 commit 2c344cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/esri/samples/na/offline_routing/OfflineRoutingSample.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ public TravelMode fromString(String fileName) {
139139
});
140140

141141
// add a graphics overlay to show the boundary
142-
Envelope envelope =
143-
new Envelope(new Point(-13045352.223196, 3864910.900750, 0, SpatialReferences.getWebMercator()),
144-
new Point(-13024588.857198, 3838880.505604, 0, SpatialReferences.getWebMercator()));
142+
Envelope envelope = new Envelope(new Point(-13045352.223196, 3864910.900750, 0, SpatialReferences.getWebMercator()),
143+
new Point(-13024588.857198, 3838880.505604, 0, SpatialReferences.getWebMercator()));
145144
SimpleLineSymbol boundarySymbol = new SimpleLineSymbol(SimpleLineSymbol.Style.DASH, 0xFF00FF00, 5);
146145
Graphic boundary = new Graphic(envelope, boundarySymbol);
147146
GraphicsOverlay boundaryOverlay = new GraphicsOverlay();

0 commit comments

Comments
 (0)