Skip to content

Commit

Permalink
Updating ts demo and README
Browse files Browse the repository at this point in the history
  • Loading branch information
slutske22 committed Aug 2, 2021
1 parent 93f9452 commit 02d23ea
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ You must pass an options as the second argument of `getTopography`, *or* you can
</td>
<td> <code> string </code> </td>
<td> none </td>
<td> Optional url for custom tiles to be used instead of Mapbox rgb-terrain. Must be in the standard <a href="https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames">slippymap tilename</a> format. </td>
<td> Optional url for custom tiles to be used instead of Mapbox rgb-terrain. Must be in the standard <a href="https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames">slippymap tilename</a> format. <br>
<a href="https://codesandbox.io/s/github/slutske22/leaflet-topography/tree/main/example-ts">👁 See demo project here 👁</a> (Note this demo relies on custom tiles that may no longer be available by the time you read this). </td>
</tr>
<tr>
<td>
Expand Down
30 changes: 30 additions & 0 deletions example-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions example-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime-corejs3": "^7.14.5",
"@types/esri-leaflet-geocoder": "^2.2.3",
"@types/leaflet": "^1.7.4",
"core-js": "^3.15.0",
"esri-leaflet": "^2.5.1",
"esri-leaflet-geocoder": "^2.3.3",
Expand Down

0 comments on commit 02d23ea

Please sign in to comment.