Skip to content

Instantly share code, notes, and snippets.

View ZoltanVeres's full-sized avatar

Zoli Veres ZoltanVeres

View GitHub Profile
@ZoltanVeres
ZoltanVeres / dabblet.css
Created January 20, 2014 15:32
Untitled
.arrow-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid black;
}
.arrow-down {
@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;