Skip to content

Commit

Permalink
Update ch00python/010exemplar.ipynb
Browse files Browse the repository at this point in the history
more accessible link to explanation of mercator projection

Co-authored-by: ageorgou <[email protected]>
  • Loading branch information
nels and ageorgou authored Aug 7, 2020
1 parent 10e7e1f commit 95130aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch00python/010exemplar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"We'll fetch a map of a place from the Google Maps server, given a longitude and latitude.\n",
"The URLs look like: `https://mt0.google.com/vt?x=658&y=340&z=10&lyrs=s`. \n",
"Since we'll frequently be generating these URLs, we will create two helper functions to make our life easier.\n",
"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",
"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",
"We will then create a second function to build up a web request from the URL given our parameters."
]
},
Expand Down

0 comments on commit 95130aa

Please sign in to comment.