Skip to content

Instantly share code, notes, and snippets.

View reyemtm's full-sized avatar
🎯
Focusing

Malcolm Meyer reyemtm

🎯
Focusing
View GitHub Profile
@reyemtm
reyemtm / index.html
Last active November 15, 2024 09:44
Leaflet Vector Grid with Interactivity
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Leaflet Vector Grid</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.js"></script>
<script src="https://unpkg.com/leaflet.vectorgrid@latest/dist/Leaflet.VectorGrid.bundled.js"></script>