New York/Resources: Difference between revisions Discussion View history

m (Kentsmith9 moved page New York/Test new page/Resources to New York/Resources: Moved new page into action)
mNo edit summary
Line 5: Line 5:


*[http://gis.ny.gov/ State GIS Maps]
*[http://gis.ny.gov/ State GIS Maps]
*[https://www.dot.ny.gov/divisions/engineering/technical-services/highway-data-services/functional-class-maps State Functional Class Maps]
*[http://www.dot.ny.gov/divisions/engineering/technical-services/highway-data-services/functional-class-maps State Functional Class Maps]
**[https://www.dot.ny.gov/divisions/engineering/technical-services/highway-data-services/inventory-listing Inventory Lists]
**[http://www.dot.ny.gov/divisions/engineering/technical-services/highway-data-services/inventory-listing Inventory Lists]
**[http://gis.dot.ny.gov/fc/ FC GIS]
**[http://gis.dot.ny.gov/fc/ FC GIS]



Revision as of 16:04, 7 November 2014


Statewide Mapping Resources:

  • State GIS with Aerial Imagery
    • Create a bookmarklet with the following code to link from your position in WME to the same position in above NY Map.
      javascript:(function(){var center_lonlat=new OpenLayers.LonLat(wazeMap.center.lon,wazeMap.center.lat);center_lonlat.transform(new OpenLayers.Projection('EPSG:900913'),new OpenLayers.Projection('EPSG:4326'));window.open('[http://orthos.dhses.ny.gov/?lat='+center_lonlat.lat+'&long='+center_lonlat.lon+'&zoom='+((wazeMap.zoom)+6),'NYSOrthos');})() http://orthos.dhses.ny.gov/?lat='+center_lonlat.lat+'&long='+center_lonlat.lon+'&zoom='+((wazeMap.zoom)+6),'NYSOrthos');})()];