Skip to content

Commit 053972e

Browse files
committed
pin protomaps-leaflet version
1 parent aeed49b commit 053972e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin
88

99
## Unreleased
1010

11+
## [0.7.3] - 2024-09-16
12+
1113
* add `TIPG_SORT_COLUMNS` settings to enable/disable columns sorting (default to `True`) (author @mattdiez-at, https://github.com/developmentseed/tipg/pull/187)
14+
* fix `protomaps-leaflet` version in HTML template (co-author @bmcandr, https://github.com/developmentseed/tipg/pull/190)
1215

1316
## [0.7.2] - 2024-08-27
1417

tipg/templates/map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
1818
<script src="https://files.dnr.state.mn.us/lib/bootstrap4/javascripts/bootstrap.min.js"></script>
1919
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js"></script>
20-
<script src="https://unpkg.com/protomaps-leaflet@latest/dist/protomaps-leaflet.js"></script>
20+
<script src="https://unpkg.com/protomaps-leaflet@4.0.1/dist/protomaps-leaflet.js"></script>
2121
<script src="https://unpkg.com/proj4@2.3.14/dist/proj4.js"></script>
2222
<script src="https://unpkg.com/proj4leaflet@1.0.2/src/proj4leaflet.js"></script>
2323
</head>

0 commit comments

Comments
 (0)