Skip to content

Commit 4f2e1fb

Browse files
committed
Fixed JS and added content
1 parent 6fb1ced commit 4f2e1fb

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

gisserver/map/default.aspx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
a, a:active, a:visited {
1818
color: #04f7ff;
1919
}
20+
21+
.screenshot {
22+
height: 275px;
23+
margin: 10px;
24+
border: 1px solid #bfbfbf;
25+
}
26+
27+
#btnUrl {
28+
margin-left: 40px;
29+
}
2030
</style>
2131
<script type="text/javascript">
2232
@@ -27,7 +37,7 @@
2737
function copyToClipboard(copyText, obj) {
2838
navigator.clipboard.writeText(copyText);
2939
30-
copyToClipboard_originalText = obj.innerText;
40+
copyToClipboard_originalText = obj.value;
3141
copyToClipboard_caller = obj;
3242
3343
obj.value = "URL copied to your clipboard!";
@@ -50,7 +60,10 @@
5060
<div>
5161
<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Bold="True" ForeColor="#FF3300" />
5262
<p>
53-
<img alt="Screenshot of the sit rep map." src="../screenshot.jpg" align="right" />By following the steps below you will be able to view the data selected on a map.&nbsp; The primary purpose of this tool is to provide government and agency leaders with actionable infomation they need to make decisions.&nbsp; This situational awareness map will show relevant icons representing the item plotted, ensuring that leaders can glance at the map and know what it happening in their area of concern.</p>
63+
<img alt="Screenshot of the sit rep map." src="../screenshot.jpg" align="right" class="screenshot" />The primary purpose of this tool is to provide government and agency leaders with actionable infomation they need to make decisions.&nbsp; This situational awareness map will show relevant icons representing the item plotted, ensuring that leaders can glance at the map and know what it happening in their area of concern.&nbsp; By following the steps below, you will be able to view the data selected on a map.</p>
64+
<p>
65+
Your map will automatically refresh its data at set intervals.&nbsp; Once you download your KML file, you won&#39;t need to download a new one ever again unless you need to change the settings selected below.</p>
66+
<hr />
5467
<ol>
5568
<li>Install Google Earth, available at <a target="_blank" href="https://www.google.com/earth/about/versions/?gl=US&hl=en#download-pro">https://www.google.com/earth/</a></li>
5669
<li>

0 commit comments

Comments
 (0)