Skip to content

Instantly share code, notes, and snippets.

View iamtekson's full-sized avatar

Tek Kshetri iamtekson

View GitHub Profile
@iamtekson
iamtekson / geoserverLeaflet.html
Last active October 24, 2019 16:19
Geoserver WMS feature with leaflet.js
<html>
<head>
<!-- leaflet css -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css">
<style>
#map {
width: 100%;
height: 500px;
}