-
Notifications
You must be signed in to change notification settings - Fork 0
/
pageLoadHTML.html
43 lines (36 loc) · 2.87 KB
/
pageLoadHTML.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
<div class="modal fade" id="memberModal" tabindex="-1" role="dialog" aria-labelledby="memberModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span>
</button>
<!--<h4 class="modal-title" id="memberModalLabel" style="text-align: center;"><b><u>Gulf of Mexico Fishery Management Areas</u></b></h4>-->
<!--<h6 class="modal-title" id="memberModalLabel" style="text-align: center;">*The mobile version of this site works in Safari for iPhone and Google Chrome for Android devices</h6> -->
</div>
<div class="modal-body" id="text">
<div class="fluid-container" id="head">
<div class="page-header" id="onLoad">
<i class="fa fa-info-circle" aria-hidden="true"></i>
<h1 style="color:white;">About</h1>
</div>
</div>
<div class="fluid-container" id="text">
<div class='col-md-12'>
<p id="first">This map allows you <b>visualize</b> where essential fish habitat (EFH) is located in the Gulf of Mexico by fishery management plan (FMP),
but to really get the most out of the map use the <b>pin or draw tool</b> to see which EFH layers exist in any area of the Gulf. If you
drop the pin, you’ll see the table beneath the map update to indicate if the pin is in or out of essential fish habitat for each FMP.
The same is true for the draw tool box, if EFH for any FMP is in the box you draw, that will be reflected in the table.
This works even if you don’t have all the FMPs displayed on the map. Additionally, the 'EFH Query Tool' box will warn you if the pin or box drawn is in EFH or not and for how many layers.</p>
<p>These tools are particularly useful if you’re planning a project that requires an <b>EFH consultation</b> through NOAA. To find out if
you need a consultation for your project and what the next steps in that process are, click the ‘EFH Consultations’ link on the left side of the page.</p>
<p>As always, the <b>textual description of EFH</b> is the legal definition, so these maps are for <b>illustrative purposes only</b>. If you’re looking for the legal definitions, click <a href="http://sero.nmfs.noaa.gov/maps_gis_data/habitat_conservation/efh_gom/" target="_blank">here</a>.</p>
<p id='last'>If you want to download the <b>shapefiles</b> for your own use, see the 'Download EFH Data' link and if you have any questions about the data please <a href="mailto: portal@gulfcouncil.org"> contact us</a>.</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>