Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am robpvn on github.
  • I am robpvn (https://keybase.io/robpvn) on keybase.
  • I have a public key ASCpJ3VTh0WBYg7e2qQwO6qLaTRivfKpI0838F1bdfnqqAo

To claim this, I am signing this object:

@robpvn
robpvn / map.geojson
Created August 13, 2013 06:49
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@robpvn
robpvn / gist:4070934
Created November 14, 2012 08:10
Mouse event tester in leaflet
<!DOCTYPE html>
<html>
<head>
<title>Mouseevent test map</title>
<meta charset="utf-8" />
<!-- Leaflet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4/leaflet.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4/leaflet.ie.css" /><![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.4/leaflet.js" type="text/javascript"></script>