Skip to content

Instantly share code, notes, and snippets.

View iisstizzy's full-sized avatar

Stan Watts iisstizzy

View GitHub Profile
@iisstizzy
iisstizzy / nyc-crash-data-a.geojson
Created March 3, 2021 02:29
NYC Incidents Sample Data (Part A)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iisstizzy
iisstizzy / nyc-crash-data-b.geojson
Created March 3, 2021 02:26
NYC Incidents Sample Data (Part B)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iisstizzy
iisstizzy / index.html
Created March 3, 2021 02:21 — forked from ryanbaumann/index.html
Example of loading large geojson into Mapbox GL JS
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.7.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.7.0/mapbox-gl.css' rel='stylesheet' />
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' />