Skip to content

Instantly share code, notes, and snippets.

@hpfast
hpfast / index.html
Created February 6, 2018 15:53
Leaflet with a WMS overlay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A basic map with Leaflet</title>
<!--add Leaflet CSS-->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin=""/>
@hpfast
hpfast / aardbevingen_NL.geojson
Last active February 8, 2018 10:05
Leaflet with a GeoJSON layer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hpfast
hpfast / gemeenten2017.topojson
Last active August 4, 2023 07:11
Leaflet with a topojson layer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hpfast
hpfast / aardbevingen_NL.geojson
Last active February 8, 2018 10:05
Leaflet with a GeoJSON layer in RD
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hpfast
hpfast / index.html
Last active February 6, 2018 16:19
simple mapbox-gl viewer
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>VISdata - PDOK</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/pdok_favicon.ico">
<link rel="stylesheet" href="css/mapbox-gl.css">
<link rel="stylesheet" href="css/main.css">
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>VISdata - PDOK</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/pdok_favicon.ico">
<link rel="stylesheet" href="css/mapbox-gl.css">
<link rel="stylesheet" href="css/main.css">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A basic map with MapboxGL.js</title>
<!--add MapboxGLjs CSS-->
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.44.0/mapbox-gl.css' rel='stylesheet' />
<!--our own style rules-->
@hpfast
hpfast / .block
Last active February 8, 2018 13:15
Aardbevingen NL - DatavizFest
license: mit
@hpfast
hpfast / .block
Last active February 8, 2018 13:26
fresh block
license: mit
@hpfast
hpfast / .block
Last active February 8, 2018 14:40
Canvas tutorial - Turn SVG scatterplot into Canvas - Normal level
license: mit