Skip to content

Commit

Permalink
Update wms.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danames authored Jan 30, 2025
1 parent 40b5ed5 commit cf9af70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions leaflet/wms/wms.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
transparent: true,
attribution: 'Hydroshare GeoServer'
}).addTo(map);
L.tileLayer.wms('https://geoserver.hydroshare.org/geoserver/HS-0b3452c0c2d34f099e6da847a6ce828d/wms', {
layers: 'counties', // Corrected layer name
format: 'image/png',
transparent: true,
attribution: 'Hydroshare GeoServer'
}).addTo(map);
</script>
</body>
</html>

0 comments on commit cf9af70

Please sign in to comment.