-
Notifications
You must be signed in to change notification settings - Fork 1
/
Read_Me.txt
54 lines (43 loc) · 1.44 KB
/
Read_Me.txt
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
******************
Interactive map of California counties project/website
URL: http://users.humboldt.edu/hwhipps/calcounties/
Creators: Henry Whipps and Tyler Young
Fall 2016
******************
******************
CONTENTS:
index.html
-main html/javascript file
-content (in order):
*Header and js/css links
*Website HTML
*Preliminary Leaflet functions to create map object,
draw geojson file, and create mouseover/ on-click
events
*Functions to stylize each county
*Leaflet controls (legends and menu)
*Function to display county info to the right of the
map (on click)
datasource.html
-contains a table with a source link for all data used in the map
contact.html
-contains contact info
CACountyData.js
-geoJson file for California counties
Chart.js
-chartjs javascript library used for interactive pie chart
w3.css
-css file for website nav bar
Leaflet.label-master (folder)
-contains Leaflet library files
-main leaflet css and js files are in libs/leaflet/
CountySeals (folder)
-contains a png for each CA county seal
(named 0-57 in alphabetical order)
LocatorMaps (folder)
-contains a png for each largest city locator map
(named 0-57 in alphabetical order)
******************
* For intermediate files/spreadsheets used to create the map, please
contact Henry Whipps or Tyler Young. All data is backed up
on a shared google drive and hard drive.