Skip to content

Commit

Permalink
change cdn import filename from leaflet-geoman.min.js to leaflet-geom…
Browse files Browse the repository at this point in the history
…an.js
  • Loading branch information
mscno committed Feb 7, 2024
1 parent 29054f3 commit c26d4ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions demo/customcontrols.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ <h2>Custom Controls in the Toolbar</h2>
</article>
</div>
<script src="https://unpkg.com/leaflet@latest/dist/leaflet.js"></script>
<script src="../dist/leaflet-geoman.min.js"></script>
<script src="../dist/leaflet-geoman.js"></script>
<!-- You can change from the local source to the cdn: -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.min.js"></script> -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.js"></script> -->
<script src="customcontrols.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions demo/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ <h2>Overview of the available events (Console)</h2>
</article>
</div>
<script src="https://unpkg.com/leaflet@latest/dist/leaflet.js"></script>
<script src="../dist/leaflet-geoman.min.js"></script>
<script src="../dist/leaflet-geoman.js"></script>
<!-- You can change from the local source to the cdn: -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.min.js"></script> -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.js"></script> -->
<script src="events.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions demo/index-canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ <h2>Editing A Layer Group</h2>
</article>
</div>
<script src="https://unpkg.com/leaflet@latest/dist/leaflet.js"></script>
<script src="../dist/leaflet-geoman.min.js"></script>
<script src="../dist/leaflet-geoman.js"></script>
<!-- You can change from the local source to the cdn: -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.min.js"></script> -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.js"></script> -->
<script src="demo-canvas.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ <h2>Editing A Layer Group</h2>
</article>
</div>
<script src="https://unpkg.com/leaflet@latest/dist/leaflet.js"></script>
<script src="../dist/leaflet-geoman.min.js"></script>
<script src="../dist/leaflet-geoman.js"></script>
<!-- You can change from the local source to the cdn: -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.min.js"></script> -->
<!-- <script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.js"></script> -->
<script src="demo.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<div id="map"></div>
</div>
<!--
<script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.min.js"></script>
<script src="https://unpkg.com/@geoman-io/leaflet-geoman-free@latest/dist/leaflet-geoman.js"></script>
-->
<script src="dist/leaflet-geoman.min.js"></script>
<script src="dist/leaflet-geoman.js"></script>
</body>
</html>

0 comments on commit c26d4ce

Please sign in to comment.