This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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>Portal Error Handling</title> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/esri/css/esri.css"> | |
| <style> | |
| html, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html dir="ltr"> | |
| <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>Basic Search Widget</title> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/dijit/themes/claro/claro.css"> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/esri/css/esri.css"> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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>Changed Layer Symbology</title> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/esri/css/esri.css"> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/dijit/themes/claro/claro.css"> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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>WebMap with restricted and unrestricted layers</title> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/esri/css/esri.css"> | |
| <link rel="stylesheet" href="http://js.arcgis.com/3.14/dijit/themes/claro/claro.css"> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make | model | style | year | length | width | height | |
|---|---|---|---|---|---|---|---|
| Honda | Civic | Sedan | 1995 | 173 | 66.9 | 51.7 | |
| Honda | Civic | Sedan | 1996 | 175.1 | 67.1 | 54.7 | |
| Honda | Civic | Sedan | 1997 | 175.1 | 67.1 | 54.7 | |
| Honda | Civic | Sedan | 1998 | 175.1 | 67.1 | 54.7 | |
| Honda | Civic | Sedan | 1999 | 175.1 | 67.1 | 54.7 | |
| Honda | Civic | Sedan | 2000 | 175.1 | 67.1 | 54.7 | |
| Honda | Civic | Sedan | 2001 | 174.6 | 67.5 | 56.7 | |
| Honda | Civic | Sedan | 2002 | 174.6 | 67.5 | 56.7 | |
| Honda | Civic | Sedan | 2003 | 174.6 | 67.5 | 56.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* global colorbrewer */ | |
| // lots of global variables... | |
| // dimensions and elements | |
| var margins, svgW, svgH, chartW, chartH, svg, chartG; | |
| // scales, formatters, and axes | |
| var xScale, yScale, colorScale, yAxis, parseDate; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* global colorbrewer */ | |
| // lots of global variables... | |
| // dimensions and elements | |
| var margins, svgW, svgH, chartW, chartH, svg, chartG; | |
| // scales, formatters, and axes | |
| var xScale, yScale, colorScale, xAxis, yAxis, parseDate; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* global colorbrewer */ | |
| // lots of global variables... | |
| // dimensions and elements | |
| var margins, svgW, svgH, chartW, chartH, svg, chartG; | |
| // scales, formatters, and axes | |
| var xScale, yScale, colorScale, xAxis, yAxis, parseDate; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* global colorbrewer */ | |
| // lots of global variables... | |
| // dimensions and elements | |
| var margins, svgW, svgH, chartW, chartH, svg, chartG; | |
| // scales, formatters, and axes | |
| var xScale, yScale, colorScale, xAxis, yAxis, parseDate; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* global colorbrewer */ | |
| // lots of global variables... | |
| // dimensions and elements | |
| var margins, svgW, svgH, chartW, chartH, svg, chartG, carsG; | |
| // scales, formatters, and axes | |
| var xScale, yScale, xAxis, yAxis, formatDate, parseDate; |