Skip to content

Instantly share code, notes, and snippets.

View KellyThomas's full-sized avatar

Kelly Thomas KellyThomas

View GitHub Profile
@KellyThomas
KellyThomas / in-memory-feature-collection-js
Created April 18, 2018 03:05 — forked from andygup/in-memory-feature-collection-js
An ArcGIS JavaScript sample showing how to use an in-memory feature collection for creating a feature layer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<title>FeatureLayer</title>
<!-- ArcGIS JavaScript API - Required CSS -->
<link rel="stylesheet" href="https://js.arcgis.com/3.17/esri/css/esri.css">