Skip to content

Instantly share code, notes, and snippets.

@UnderJollyRoger
Created July 20, 2018 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UnderJollyRoger/db0652ca556beba2b63674d2b714ec13 to your computer and use it in GitHub Desktop.
Save UnderJollyRoger/db0652ca556beba2b63674d2b714ec13 to your computer and use it in GitHub Desktop.
MBJyRJ
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Will County GIS: Online Maps</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52695366-1', 'auto');
ga('send', 'pageview');
</script>
<body>
<div id="header">
<div class="clearfix">
<div class="logo"> </div>
<ul class="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="active">
<a href="applications.html">applications</a>
</li>
<li>
<a href="mapgal.html">Map Gallery</a>
</li>
<li>
<a href="data.html">Data</a>
</li><li>
<a href="links.html">Links</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<span class="logo"><img src="images/logo_County.png" alt="County Logo" width="100" height="100" /></span></div>
</div>
<div id="contents">
<div class="clearfix">
<div class="sidebar">
<div>
<h2>Updates:</h2>
<p>
This is a newly developed application. We will make updates and upgrades periodically to this and other future apps on this page. Those updates will be announced here. Stay tuned.
</p>
</div>
<div>
<h2>&nbsp;</h2>
</div>
</div>
<div class="main">
<h1>GIS Data Viewer </h1>
<p>
GIS Data Viewer is a new comprehensive application we have developed recently using the latest in ArcGIS Server technology. This interactive mapping application gives you direct access to the most current GIS data the county has. It enables you to find information detailing a variety of features in Will County. There are more than 70 map layers available including various basemap, agriculture, land use, hydrology, and public safety layers as well as aerial imagery. For advanced users, there are many spatial analysis tools included for use in the application. You need Microsoft Silverlight installed to run this application. You may get it <a href=http://www.microsoft.com/silverlight/>here</a>.
</p>
<p>To access the <strong>GIS Data Viewe</strong>r, please click on the image below, <br> or <a href=http://apps.willcogis.org/Essentials/?Viewer=Base%20Map><b><font size="+1">click here</font></b></a>. </p>
<p style="font-size: 16px; color: #900;"> <strong>Notice: </strong>Currently, GIS Data Viewer is supported by <strong>Internet Explorer or Mozilla Firefox with Silverlight Plug-in. </strong>Browsers like Google Chrome, or Apple Safari do not support current GIS Data Viewer Application.</p>
<p style="font-size: 16px; color: #900;">New <strong>GIS Data Viewer (HTML 5 version)</strong> will be coming soon and it will work on most of the browser plantforms
(Safari, Firefox, Opera, Google Chrome, IE 9 or higher).
</p>
<p> <a href=http://apps.willcogis.org/Essentials/?Viewer=Base%20Map
class="box" target="_blank"><img src="images/gisdataviewer.png" height="198" width="265"></a> </p>
<p></p>
<p><a href="/website2014/gis/instructions.html"><font color="#0000FF" size="+1" >*How-to Video Instructions for GIS Data Viewer.</font></a></p>
<h1>Historical Landmark Viewer</h1>
<p>The Historical Landmarks Viewer lets you expore the historic landmark sites designated by the <a href="http://www.willcountyillinois.com/County-Offices/Economic-Development/Land-Use/Administration-Planning/Historic-Preservation/Historic-Preservation-Commission">Will County Historic Preservation Commission</a>. In this web map, you will find images and stories of each landmark that preserves Will County's heritage.
<br>
To access the <b>Historical Landmarks Viewer</b>, please click on the image below, or <a href=http://arcg.is/1Nq35oA >click here</a>.
</p>
<ul class="practices">
<li class="frame5">
<a href=http://arcg.is/1Nq35oA
class="box" target="_blank"><img src="images/HistoricLandmarkViewer.png" height="198" width="280"></a>
</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div class="clearfix">
<div class="section">
<h4>COPYRIGHT &copy; 2015</h4>
<p>All rights reserved.</p>
<p>Will County GIS Department</p>
<p>Joliet, IL 60432</p>
<p>&nbsp;</p>
</div>
<div class="section contact">
<h4>Contact Us</h4>
<p>
<span>Address:</span> 302 N. Chicago St. Joliet, IL 60432</p>
<p>
<span>Phone:</span> (815) 774-6343</p>
<p>FAX: (815) 774-6373</p>
<p>
<span>Email:</span> gis@willcountyillinois.com</p>
</div>
<div class="section">
<h4>SEND US A MESSAGE</h4>
<p>If you have any questions regarding what we offer, please <a href="contact.html">contact us</a>. </p>
<!--<a href="contact.html" class="subscribe">Click to send us an email</a>-->
</div>
</div>
<div id="footnote">
<div class="clearfix">
<p>
� Copyright 2015 Will COunty GIS Department.
</p>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment