Skip to content

Commit

Permalink
Merge pull request #190 from bmcandr/fix/protomaps-leaflet-source
Browse files Browse the repository at this point in the history
Use non-minified protomaps-leaflet@latest
  • Loading branch information
vincentsarago committed Sep 16, 2024
2 parents b617fa9 + 046fc9a commit aeed49b
Showing 1 changed file with 1 addition and 1 deletion.
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.min.js"></script>
<script src="https://unpkg.com/protomaps-leaflet@latest/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 aeed49b

Please sign in to comment.