Skip to content

Instantly share code, notes, and snippets.

View jgravois's full-sized avatar

john gravois jgravois

View GitHub Profile
@jgravois
jgravois / hub_v3_search_api_ref.md
Created February 5, 2019 19:37
Hub v3 Search API doc port (February 5th, 2019)
@jgravois
jgravois / index.html
Created September 27, 2018 17:30
total ripoff
<html>
<head>
<title>Minutes Per Mile</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="Microsoft Theme" content="hw 010, default">
<meta name="Microsoft Border" content="t">
</head>
@jgravois
jgravois / aphorisms.md
Last active April 10, 2019 00:22
Questionable career advice
@jgravois
jgravois / .block
Last active January 1, 2022 06:33
Esri OSM vector tiles in mapbox-gl-js
license: apache-2.0
@jgravois
jgravois / README.md
Last active September 11, 2018 18:28
Esri / YouthMappers
@jgravois
jgravois / default_variables.json
Last active June 29, 2018 23:11
Economic Development app variables
{
"topTapestrySegmentMedianAgeEV": "",
"topTapestrySegmentMedianIncomeEV": "TapestryNEW.TOP1INCOME",
"topTapestrySegmentNameEV": "TapestryNEW.TOP1NAME",
"topTapestrySegmentPercentEV": "TapestryNEW.TOP1PRC",
"topTapestrySegmentTypeEV": "TapestryNEW.TOP1TYPE",
"topTapestrySegmentNumberEV": "TapestryNEW.TOP1NUM",
"secondTapestrySegmentMedianAgeEV": "TapestryNEW.TOP2AGE",
"secondTapestrySegmentMedianIncomeEV": "TapestryNEW.TOP2INCOME",
"secondTapestrySegmentNameEV": "TapestryNEW.TOP2NAME",
@jgravois
jgravois / index.html
Created January 8, 2018 20:09
ExtractData widget sample
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
<title>Hotspot Analysis</title>
<link rel="stylesheet" href="https://js.arcgis.com/3.23/dijit/themes/claro/claro.css" />
<link rel="stylesheet" href="https://js.arcgis.com/3.23/esri/css/esri.css" />
<style>
@jgravois
jgravois / .block
Last active June 6, 2020 02:46
smooth animation in JSAPI 4.x
license: apache-2.0
@jgravois
jgravois / links.md
Last active January 15, 2018 05:43
tucson hackerlab (4/13/2017) http://bit.ly/2orLbbq
@jgravois
jgravois / geocode.js
Created March 1, 2017 21:06
PubNub / Esri geocoding block
// Test Payload
{
"text": "Disneyland"
}
// block
export default (request) => {
let xhr = require('xhr');
let query = require('codec/query_string');