-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (113 loc) · 5.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!doctype html>
<html lang="en">
<head>
<!--
| Version 10.1.1
| Copyright 2012 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<meta charset="utf-8">
<title>Dollar General Interactive</title>
<meta name="author" content="Esri Story Maps">
<meta name="description" content="A look at location patterns for some of America's lifestyle retail.">
<meta name="keywords" content="">
<!--Facebook Open Graph-->
<meta property="og:title" content="Dollar General Interactive" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://storymaps.esri.com/stories/2020/dollar-general-interactive" />
<meta property="og:image" content="https://storymaps.esri.com/stories/2020/dollar-general-interactive/resources/social-thumbnail.jpg" />
<meta property="og:site_name" content="Esri" />
<meta property="og:description" content="A look at location patterns for some of America's lifestyle retail."/>
<meta property="fb:app_id" content="475867552452282" />
<!--End Facebook-->
<!--Twitter Card Data-->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ArcGISStoryMaps">
<!--Twitter Card Data-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link type="image/ico" rel="shortcut icon" href="resources/favicon.ico">
<link type="image/ico" rel="icon" href="resources/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<!--<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/mapbox-gl.css"/>-->
<link rel="stylesheet" href="//unpkg.com/[email protected]/src/easy-button.css" />
<link rel="stylesheet" href="css/main.css">
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>
<!-- Load Esri Leaflet from CDN -->
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet.js"
integrity="sha512-YZ6b5bXRVwipfqul5krehD9qlbJzc6KOGXYsDjU9HHXW2gK57xmWl2gU6nAegiErAqFXhygKIsWPKbjLPXVb2g=="
crossorigin=""></script>
<script src="//unpkg.com/[email protected]/src/easy-button.js"></script>
<script src="js/SocialButtonBar.js"></script>
<script src="js/QueryManager.js"></script>
<script src="js/Record.js"></script>
<script src="js/State.js"></script>
<script src="js/PaddingAwareMap.js"></script>
<script src="js/RetailMarkerGroup.js"></script>
<script src="js/ButtonList.js"></script>
<script src="js/main.js"></script>
<!--Google Analytics Start-->
<script type="text/javascript">
if (window.location.href.toLowerCase().indexOf("storymaps.esri.com") >= 0) {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26529417-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
<!--Google Analytics End-->
<!-- Adobe Analytics Start-->
<script src="//mtags.esri.com/tags.js"></script>
<!-- Adobe Analytics End-->
</head>
<body>
<div class="banner">
<a id="logo" href="https://www.esri.com" target="_blank">
<img src="resources/esri-logo.png">
</a>
<h1 id="title">Dollar General Interactive</h1>
<div class="social-button-bar"></div>
</div>
<div id="main">
<div id="map"></div>
<div id="info">
<div id="state-selector">
<div>Choose a state</div>
<select></select>
</div>
<ul id="buttonlist"></ul>
<hr>
<div>
<input type="checkbox" id="population" name="population" value="population">
<label for="population">Population density</label><br>
</div>
</div>
</div>
</body>
</html>