Skip to content

Commit 0813f05

Browse files
requested changes complete
1 parent 650da50 commit 0813f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/09-finding-places-with-geocoding/part2_locating_addresses.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@
14671467
"\n",
14681468
"The spatial reference can be specified as either a well-known ID (WKID) or as a JSON spatial reference object. If outSR is not specified, the spatial reference of the output locations is the same as that of the geocoder. The World Geocoding Service spatial reference is WGS84 (WKID = 4326).\n",
14691469
"\n",
1470-
"For a list of valid WKID values, see Projected Coordinate Systems and Geographic Coordinate Systems.\n",
1470+
"For a list of valid WKID values, see the [Using spatial references](https://developers.arcgis.com/rest/services-reference/enterprise/using-spatial-references/) documentation.\n",
14711471
"\n",
14721472
"Example (102100 is the WKID for the Web Mercator projection):\n",
14731473
"```\n",
@@ -1807,7 +1807,7 @@
18071807
"\n",
18081808
"The location parameter only affects the location object in the JSON response and does not change the x,y or DisplayX/DisplayY attribute values.\n",
18091809
"\n",
1810-
"As what will see in the example below, when `location_type=\"rooftop\"`, map rendering of the specific point uses rooftop, which reflects the detailed location of `PointAddress` better. When `location_type=\"street\"`, map rendering of the returned geocoded result usually plots the point at the street."
1810+
"As we will see in the example below, when the `location_type=\"rooftop\"`, map rendering of the specific point uses the rooftop point, which reflects the detailed location of `PointAddress` better. When `location_type=\"street\"`, map rendering of the returned geocoded result usually plots the point at the street."
18111811
]
18121812
},
18131813
{

0 commit comments

Comments
 (0)