-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions of dependent js libs
- Loading branch information
Showing
26 changed files
with
1,719 additions
and
1,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,129 +1,129 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>nyc-lib: <?js= title ?></title> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script> | ||
<script src="scripts/prettify/prettify.js"> </script> | ||
<script src="scripts/prettify/lang-css.js"> </script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> | ||
<link type="text/css" rel="stylesheet" href="nyc/css/nyc.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="main"> | ||
|
||
<h1 class="page-title"> | ||
<?js if (title.indexOf('Source') == 0) { ?> | ||
Source:<span class="nyc-smaller"><?js= title.split(':')[1] ?></span> | ||
<?js }else{ ?> | ||
<?js= title ?> | ||
<?js } ?> | ||
<span id="maps-nyc-gov">maps.nyc.gov</span> | ||
</h1> | ||
|
||
<?js if (title == 'Home'){ ?> | ||
<section class="nyc-desc"> | ||
<header> | ||
<h2>nyc-lib <span class="nyc-smaller">(version @@NYC-LIB-VER@@) <a class="nyc-github" href="https://github.com/timkeane/nyc-lib"></a></span></h2> | ||
<div class="class-description"> | ||
A collection of javascript libraries used in the development New York City mapping applications. | ||
</div> | ||
</header> | ||
<article> | ||
<div class="description"> | ||
<p> | ||
All of these libraries depend on <a href="http://proj4js.org/">Proj4js</a>, | ||
<a href="https://jquery.com/">JQuery</a> | ||
and rendering is enhanced by <a href="https://jquerymobile.com/">JQuery Mobile</a>. | ||
</p> | ||
<p> | ||
The <span class="nyc-bold">nyc-lib</span> javascript libraries | ||
provide various javascript classes to interact with New York City data and | ||
provide a standard UX across mapping applications. | ||
</p> | ||
<p> | ||
These libraries provide functionality for applications utilizing | ||
<a href="http://openlayers.org/">OpenLayer 3</a>, | ||
<a href="http://leafletjs.com/">Leaflet</a>, | ||
<a href="https://cartodb.com/">CartoDB</a> and | ||
<a href="http://www.chartjs.org/">ChartJS</a>. | ||
</p> | ||
<p><a href="../examples">Examples...</a></p> | ||
|
||
<h4>nyc-ol-lib <span class="nyc-smaller">(OpenLayers)</span></h4> | ||
|
||
<textarea class="nyc-src-code"><link href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.14.2/ol.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-ol-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.14.2/ol.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-ol-lib.js"></script></textarea> | ||
|
||
<h4>nyc-ol-redline-lib <span class="nyc-smaller">(OpenLayers)</span></h4> | ||
|
||
<textarea class="nyc-src-code"><link href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.14.2/ol.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-ol-redline-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.14.2/ol.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-ol-redline-lib.js"></script></textarea> | ||
|
||
<h4>nyc-carto-lib <span class="nyc-smaller">(CartoDB and ChartJS)</span></h4> | ||
|
||
<textarea class="nyc-src-code"><link href="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/themes/css/cartodb.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-carto-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script> | ||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-carto-lib.js"></script></textarea> | ||
|
||
<h4>nyc-leaf-lib <span class="nyc-smaller">(Leaflet)</span></h4> | ||
|
||
<textarea class="nyc-src-code"><link href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-leaf-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-leaf-lib.js"></script></textarea> | ||
|
||
</div> | ||
</article> | ||
</section> | ||
<?js }else{ ?> | ||
<?js= content ?> | ||
<?js } ?> | ||
|
||
</div> | ||
|
||
<nav> | ||
<?js= this.nav ?> | ||
</nav> | ||
|
||
<br class="clear"> | ||
|
||
<footer> | ||
nyc-lib (version @@NYC-LIB-VER@@)<br> | ||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a><?js if(env.conf.templates && env.conf.templates.default && env.conf.templates.default.includeDate !== false) { ?> on <?js= (new Date()) ?><?js } ?> | ||
</footer> | ||
|
||
<script> | ||
$('nav h3').each(function(_, h3){ | ||
if ($(h3).html() == 'Externals') { | ||
var ul = $(h3).next().get(0); | ||
$('nav').append($([h3, ul])); | ||
} | ||
}); | ||
$('.nyc-src-code').click(function(){ | ||
$(this).select(); | ||
}); | ||
</script> | ||
<script> prettyPrint(); </script> | ||
<script src="scripts/linenumber.js"> </script> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>nyc-lib: <?js= title ?></title> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script> | ||
<script src="scripts/prettify/prettify.js"> </script> | ||
<script src="scripts/prettify/lang-css.js"> </script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> | ||
<link type="text/css" rel="stylesheet" href="nyc/css/nyc.css"> | ||
</head> | ||
<body> | ||
<div id="main"> | ||
<h1 class="page-title"> | ||
<?js if (title.indexOf('Source') == 0) { ?> | ||
Source:<span class="nyc-smaller"><?js= title.split(':')[1] ?></span> | ||
<?js }else{ ?> | ||
<?js= title ?> | ||
<?js } ?> | ||
<span id="maps-nyc-gov">maps.nyc.gov</span> | ||
</h1> | ||
<?js if (title == 'Home'){ ?> | ||
<section class="nyc-desc"> | ||
<header> | ||
<h2>nyc-lib <span class="nyc-smaller">(version @@NYC-LIB-VER@@) <a class="nyc-github" href="https://github.com/timkeane/nyc-lib"></a></span></h2> | ||
<div class="class-description"> | ||
A collection of javascript libraries used in the development New York City mapping applications. | ||
</div> | ||
</header> | ||
<article> | ||
<div class="description"> | ||
<p> | ||
All of these libraries depend on <a href="http://proj4js.org/">Proj4js</a>, | ||
<a href="https://jquery.com/">JQuery</a> | ||
and rendering is enhanced by <a href="https://jquerymobile.com/">JQuery Mobile</a>. | ||
</p> | ||
<p> | ||
The <span class="nyc-bold">nyc-lib</span> javascript libraries | ||
provide various javascript classes to interact with New York City data and | ||
provide a standard UX across mapping applications. | ||
</p> | ||
<p> | ||
These libraries provide functionality for applications utilizing | ||
<a href="http://openlayers.org/">OpenLayer 3</a>, | ||
<a href="http://leafletjs.com/">Leaflet</a>, | ||
<a href="https://cartodb.com/">CartoDB</a> and | ||
<a href="http://www.chartjs.org/">ChartJS</a>. | ||
</p> | ||
<p><a href="../examples">Examples...</a></p> | ||
<h4>nyc-ol-lib <span class="nyc-smaller">(OpenLayers)</span></h4> | ||
<textarea class="nyc-src-code"><link href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-ol-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-ol-lib.js"></script></textarea> | ||
<h4>nyc-ol-redline-lib <span class="nyc-smaller">(OpenLayers)</span></h4> | ||
<textarea class="nyc-src-code"><link href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-ol-redline-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-ol-redline-lib.js"></script></textarea> | ||
<h4>nyc-carto-lib <span class="nyc-smaller">(CartoDB and ChartJS)</span></h4> | ||
<textarea class="nyc-src-code"><link href="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/themes/css/cartodb.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-carto-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script> | ||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-carto-lib.js"></script></textarea> | ||
<h4>nyc-leaf-lib <span class="nyc-smaller">(Leaflet)</span></h4> | ||
<textarea class="nyc-src-code"><link href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" rel="stylesheet"> | ||
<link href="@@NYC-LIB-URL@@/css/nyc-leaf-lib.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script> | ||
<script src="@@NYC-LIB-URL@@/js/nyc-leaf-lib.js"></script></textarea> | ||
</div> | ||
</article> | ||
</section> | ||
<?js }else{ ?> | ||
<?js= content ?> | ||
<?js } ?> | ||
</div> | ||
<nav> | ||
<?js= this.nav ?> | ||
</nav> | ||
<br class="clear"> | ||
<footer> | ||
nyc-lib (version @@NYC-LIB-VER@@)<br> | ||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a><?js if(env.conf.templates && env.conf.templates.default && env.conf.templates.default.includeDate !== false) { ?> on <?js= (new Date()) ?><?js } ?> | ||
</footer> | ||
<script> | ||
$('nav h3').each(function(_, h3){ | ||
if ($(h3).html() == 'Externals') { | ||
var ul = $(h3).next().get(0); | ||
$('nav').append($([h3, ul])); | ||
} | ||
}); | ||
$('.nyc-src-code').click(function(){ | ||
$(this).select(); | ||
}); | ||
</script> | ||
<script> prettyPrint(); </script> | ||
<script src="scripts/linenumber.js"> </script> | ||
</body> | ||
</html> |
Oops, something went wrong.