
Property Information Portal - New York City
User Guide Map Tool Text-SizeFind a Property
NYC DoITT GIS - Base Map Tile Examples - New York City
DoITT GIS has made available on MapBox a publicly accessible map tileset. The DoITT GIS tileset can be used to develop interactive mapping applications. Below are examples of the …
nyc-lib: Home
A collection of javascript libraries used in the development New York City mapping applications.
nyc-lib: Class: Geoclient
A class for geocoding using the New York City Geoclient API
nyc-lib: Source: leaf/leaf.js
var nyc = nyc || {}; /** * @public * @namespace */ nyc.leaf = nyc.leaf || {}; /** * @external L.LatLng * @see http://leafletjs.com/reference.html */ /** * @external L.LatLngBounds * @see …
nyc-lib: Home
nyc-lib (version v0.4.3) A collection of javascript libraries used in the development New York City mapping applications. All of these libraries depend on Proj4js, JQuery and rendering is …
Digital Tax Map - New York City Department of Finance
New York City Dept. of Finance Digital Tax Map
nyc-lib: Class: Basemap
Class that provides an ol.Map with base layers and labels
nyc-lib: Namespace: jcard
nyc.jcard.Type | Array.< nyc.jcard.Type> <optional> The type of email address Source: jcard/jcard.js, line 154
nyc-lib: Source: geocoder.js
* @public * @abstract * @method * @param {nyc.Geocoder.Accuracy} accuracy * @return {number} * */ accuracyDistance: function(accuracy){ throw 'Not Implemented'; } }; …