Skip to content

Instantly share code, notes, and snippets.

@June8Yildirim
June8Yildirim / index.html
Created April 14, 2023 03:42 — forked from d3noob/index.html
Add multiple markers in leaflet.js
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>