Skip to content

Instantly share code, notes, and snippets.

@saraneh
saraneh / query_problem.html
Created December 23, 2019 20:55
query issue
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<title>Query features from a FeatureLayer - 4.13</title>
@saraneh
saraneh / access_attributes_of_featureset.html
Last active December 18, 2019 15:03
This program is a map which shows two layers: a flood layer and a county layer. You can select which county you are interestd with the drop down, and when you select it only that county displays. There are also 3 other dropdowns (numeric). What I can't figure out is how to also access the attributes for the county selected. I want to be able to …
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<title>Query features from a FeatureLayer - 4.13</title>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<title>Query features from a FeatureLayer - 4.13</title>
@saraneh
saraneh / transbox.html
Last active September 3, 2019 22:34
resizing transparent box (transbox css styling is in line 243)
<!-- description: Layout for the home page, aka: main landing page, with tiles. -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<script src="{{ site.baseurl }}/js/vendor/modernizr-2.8.3.min.js"></script>
@saraneh
saraneh / reddit_help2.md
Created August 21, 2019 16:13
dropdowns don't work in Mozilla
title layout
Contributing to Lessons
generic

Contributing a Best Practice to the Data Management Skillbuilding Hub

Step One: Forking DataONEorg's Education Repository


Items necessary for this step:

  • your own GitHub account online
<!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>Wind farm performance throughout the U.S.</title>
<link rel="stylesheet" href="https://js.arcgis.com/3.29/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.29/esri/css/esri.css">
<style>