New York/Resources Discussion View history

Revision as of 14:40, 12 August 2014 by PesachZ (talk | contribs) (Initial page creation from preload, added content from NY/Mapping resources)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Statewide Mapping Resources:

  • State GIS with Aerial Imagery
    • Create a bookmarklet with the following code to link from your position in WME to 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');})()];