This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
37 lines (37 loc) · 1.42 KB
/
map.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
---
title: Fire Map
layout: default
pinned: true
index: true
permalink: /map/
no-header: true
description: Map of the French Fire provided by GISsurfer
tags:
- french fire
- map
- alta sierra
- wofford heights
- kern valley
- kern river valley
- fire
tiles: Open_Street_Map
latitude: 35.680167
longitude: -118.552093
imgur: https://i.imgur.com/VecO3Jz.png
image: https://i.imgur.com/VecO3Jz.png
zoom: 11
---
<section>
<iframe id="fire-map" class="card full-width" width="600" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://mappingsupport.com/p2/gissurfer.php?center={{ page.latitude }},{{ page.longitude }}&zoom={{ page.zoom }}&basemap={{ page.titles }}&overlay=VIIRS_24_hours,MODIS_24_hours,State_boundary,Wildland_fire_name,County,ESRI_roads_and_labels&fire=CA,French&data=https://mappingsupport.com/p2/special_maps/disaster/USA_wildland_fire.txt" sandbox="allow-scripts allow-same-origin allow-popups" loading="lazy" referrerpolicy="no-referrer"></iframe>
<br />
<button type="button" class="btn btn-primary" data-full-screen="#fire-map">Fullscreen</button>
<hr />
<p>Embedded Map provided by <a href="https://mappingsupport.com/p2/gissurfer.php" rel="noopener noreferrer external">GISsurfer</a>.</p>
{% if include.share != false %}{% include common/share-buttons.html
facebook=true
twitter=true
reddit=true
linkedin=true
text=include.description
%}{% endif %}
</section>