Skip to content

Instantly share code, notes, and snippets.

View brendanvinson's full-sized avatar

Brendan Vinson brendanvinson

  • CoreLogic
  • Oklahoma City, OK
View GitHub Profile
@brendanvinson
brendanvinson / L.TopoJSON.js
Last active September 29, 2023 00:14 — forked from rclark/L.TopoJSON.js
TopoJSON Leaflet plugin
/*
First run npm install topojson --save and then link "node_modules/topojson/build/topojson.min.js"
above this snippet in your html.
Usage: http://leafletjs.com/reference.html#geojson
*/
L.TopoJSON = L.GeoJSON.extend({
addData: function (data) {
var geojson, key;