Skip to content

Commit

Permalink
pin protomaps-leaflet version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Sep 16, 2024
1 parent aeed49b commit 053972e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin

## Unreleased

## [0.7.3] - 2024-09-16

* add `TIPG_SORT_COLUMNS` settings to enable/disable columns sorting (default to `True`) (author @mattdiez-at, https://github.com/developmentseed/tipg/pull/187)
* fix `protomaps-leaflet` version in HTML template (co-author @bmcandr, https://github.com/developmentseed/tipg/pull/190)

## [0.7.2] - 2024-08-27

Expand Down
2 changes: 1 addition & 1 deletion tipg/templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://files.dnr.state.mn.us/lib/bootstrap4/javascripts/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js"></script>
<script src="https://unpkg.com/protomaps-leaflet@latest/dist/protomaps-leaflet.js"></script>
<script src="https://unpkg.com/protomaps-leaflet@4.0.1/dist/protomaps-leaflet.js"></script>
<script src="https://unpkg.com/[email protected]/dist/proj4.js"></script>
<script src="https://unpkg.com/[email protected]/src/proj4leaflet.js"></script>
</head>
Expand Down

0 comments on commit 053972e

Please sign in to comment.