File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Add point cloud layer from file Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ private extension URL {
6060
6161 /// A URL to the Terrain3D image server on ArcGIS REST.
6262 static var worldElevationService : URL {
63- URL ( string: " https://elevation3d.arcgis.com/arcagis /rest/services/WorldElevation3D/Terrain3D/ImageServer " ) !
63+ URL ( string: " https://elevation3d.arcgis.com/arcgis /rest/services/WorldElevation3D/Terrain3D/ImageServer " ) !
6464 }
6565}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ private extension URL {
4545
4646 /// A web URL to the Terrain3D image server on ArcGIS REST.
4747 static var worldElevationService : URL {
48- URL ( string: " https://elevation3d.arcgis.com/arcagis /rest/services/WorldElevation3D/Terrain3D/ImageServer " ) !
48+ URL ( string: " https://elevation3d.arcgis.com/arcgis /rest/services/WorldElevation3D/Terrain3D/ImageServer " ) !
4949 }
5050}
5151
You can’t perform that action at this time.
0 commit comments