Skip to content

Commit

Permalink
Update wms.html
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
danames authored Jan 30, 2025
1 parent cf9af70 commit 3bfd2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leaflet/wms/wms.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
</head>
<body>
<h1>Simple WMS Demo</h1>
<div id="map" style="width: 100%; height: 600px;"></div>
<script>
var map = L.map('map').setView([37.8, -96], 4); // Centered on the US
Expand Down

0 comments on commit 3bfd2fa

Please sign in to comment.