-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (30 loc) · 4.04 KB
/
index.html
File metadata and controls
44 lines (30 loc) · 4.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- browser tab title -->
<title>2018 Wildfires in BC</title>
<!-- metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2018 Wildfire Perimeters in British Columbia Canada">
<meta name="keywords" content="British Columbia,Wildfire,Fires">
<meta name="author" content="Rob Oostlander" />
</head>
<body>
<!-- header text -->
<h4><font face="Segoe UI">2018 Wildfire Perimeters in British Columbia Canada</font></h4>
<!-- load javascript of map -->
<script src="https://gist.github.com/roboost/80b9c3beb79244b74db625fb78f7e88d.js"></script>
<!-- text and references -->
<p><font face="Segoe UI" font size="3">This is a demonstration of a GitHub Pages hosted web map displaying 2018 Wildfire Perimeters in British Columbia Canada. The data displayed is via a Web Feature Service (WFS) from the BC Geographic Warehouse (BCGW) which returns a JSON file of 2018 wildfire perimeters. A CQL filter is used in the hyperlink to return only the fires from the year 2018.</font></p>
<br>
<p><font face="Segoe UI" font size="2">Description<br><a href="https://github.com/roboost/roboost.github.io/blob/master/README.md">https://github.com/roboost/roboost.github.io/blob/master/README.md</a></font></p>
<p><font face="Segoe UI" font size="2">GitHub Repository<br><a href="https://github.com/roboost/roboost.github.io">https://github.com/roboost/roboost.github.io</a></font></p>
<p><font face="Segoe UI" font size="2">JSON WFS Hyperlink<br><a href="http://openmaps.gov.bc.ca/geo/pub/WHSE_LAND_AND_NATURAL_RESOURCE.PROT_HISTORICAL_FIRE_POLYS_SP/ows?service=wfs&version=2.0.0&request=getfeature&typename=pub:WHSE_LAND_AND_NATURAL_RESOURCE.PROT_HISTORICAL_FIRE_POLYS_SP&CQL_FILTER=FIRE_YEAR=2018&outputFormat=json&srsName=EPSG:4326">http://openmaps.gov.bc.ca/geo/pub/WHSE_LAND_AND_NATURAL_RESOURCE.PROT_HISTORICAL_FIRE_POLYS_SP/ows?service=wfs&version=2.0.0&request=getfeature&typename=pub:WHSE_LAND_AND_NATURAL_RESOURCE.PROT_HISTORICAL_FIRE_POLYS_SP&CQL_FILTER=FIRE_YEAR=2018&outputFormat=json&srsName=EPSG:4326</a></font></p>
<p><font face="Segoe UI" font size="2">Map<br><a href="https://render.githubusercontent.com/view/geojson?commit=6076eae8ea4d1e49692c68761db4307cc5c5bcea&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f676973742f726f626f6f73742f38306239633362656237393234346237346462363235666237386637653838642f7261772f363037366561653865613464316534393639326336383736316462343330376363356335626365612f6d61702e67656f6a736f6e&nwo=roboost%2F80b9c3beb79244b74db625fb78f7e88d&path=map.geojson&repository_id=97289045&repository_type=Gist#8d20a62b-4c44-4d89-8a0e-ce83aaa88987\">https://render.githubusercontent.com/view/geojson?commit=6076eae8ea4d1e49692c68761db4307cc5c5bcea&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f676973742f726f626f6f73742f38306239633362656237393234346237346462363235666237386637653838642f7261772f363037366561653865613464316534393639326336383736316462343330376363356335626365612f6d61702e67656f6a736f6e&nwo=roboost%2F80b9c3beb79244b74db625fb78f7e88d&path=map.geojson&repository_id=97289045&repository_type=Gist#8d20a62b-4c44-4d89-8a0e-ce83aaa88987</a></font></p>
<p><font face="Segoe UI" font size="2">Map Source<br><a href="https://gist.github.com/roboost/80b9c3beb79244b74db625fb78f7e88d">https://gist.github.com/roboost/80b9c3beb79244b74db625fb78f7e88d</a></font></p>
<p><font face="Segoe UI" font size="2">Data Source<br><a href="https://catalogue.data.gov.bc.ca/dataset/fire-perimeters-historical">https://catalogue.data.gov.bc.ca/dataset/fire-perimeters-historical</a></font></p>
<p><font face="Segoe UI" font size="2">Generated using <a href="http://geojson.io">geojson.io</a></font></p>
<p><font face="Segoe UI" font size="2">Generated by <a href="https://github.com/roboost">Rob Oostlander</a> at BC Gov</font></p>
</body>
</html>