Skip to content

Commit 95130aa

Browse files
nelsageorgou
andauthored
Update ch00python/010exemplar.ipynb
more accessible link to explanation of mercator projection Co-authored-by: ageorgou <[email protected]>
1 parent 10e7e1f commit 95130aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch00python/010exemplar.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"We'll fetch a map of a place from the Google Maps server, given a longitude and latitude.\n",
250250
"The URLs look like: `https://mt0.google.com/vt?x=658&y=340&z=10&lyrs=s`. \n",
251251
"Since we'll frequently be generating these URLs, we will create two helper functions to make our life easier.\n",
252-
"The first is a function to convert our latitude & longitude into the coordinate system used by Google Maps. You can find details of the mathematics can be [here](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#X_and_Y).\n",
252+
"The first is a function to convert our latitude & longitude into the coordinate system used by Google Maps. If interested, you can see [more details of the mathematics](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#X_and_Y).\n",
253253
"We will then create a second function to build up a web request from the URL given our parameters."
254254
]
255255
},

0 commit comments

Comments
 (0)