Skip to content

Commit

Permalink
Merge pull request #59 from Stassi/feature/zoom-levels-renaming
Browse files Browse the repository at this point in the history
feature/zoom-levels-renaming
  • Loading branch information
Stassi authored Oct 11, 2024
2 parents c638c18 + 32a5fbe commit 4c7e9ae
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stassi/leaf",
"version": "0.0.58",
"version": "0.0.59",
"description": "Leaflet adapter.",
"keywords": [
"cartography",
Expand Down
12 changes: 6 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ <h1>Leaflet</h1>
(<a href="https://leafletjs.com/examples/layers-control/" target="_blank">tutorial</a>)
</li>
<li>
Zoom
Zoom levels
(<a href="https://leafletjs.com/examples/zoom-levels/" target="_blank">tutorial</a>)
<ol type="a">
<li>
<a href="tutorial/zoom/zero.html">Zero</a>
<a href="tutorial/zoom-levels/zero.html">Zero</a>
</li>
<li>
<a href="tutorial/zoom/scale.html">Scale</a>
<a href="tutorial/zoom-levels/scale.html">Scale</a>
</li>
<li>
<a href="tutorial/zoom/discrete.html">Discrete</a>
<a href="tutorial/zoom-levels/discrete.html">Discrete</a>
</li>
<li>
<a href="tutorial/zoom/continuous.html">Continuous</a>
<a href="tutorial/zoom-levels/continuous.html">Continuous</a>
</li>
<li>
<a href="tutorial/zoom/delta.html">Delta</a>
<a href="tutorial/zoom-levels/delta.html">Delta</a>
</li>
</ol>
</li>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4c7e9ae

Please sign in to comment.