Skip to content

Instantly share code, notes, and snippets.

View ZoltanVeres's full-sized avatar

Zoli Veres ZoltanVeres

View GitHub Profile
@ZoltanVeres
ZoltanVeres / index.html
Created September 16, 2020 13:55 — forked from tyrasd/index.html
minimal Overpass Leaflet example
<!DOCTYPE html>
<html>
<head>
<title>Example: Overpass-API with Leaflet.js</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" />
<style>
body {
padding: 0;