New York/Resources: Difference between revisions Discussion View history

m (→‎Resources: removed httpS)
(Changed bookmarklet to no longer rely on the wazeMap variable defined ny WME Chat Addon)
Line 9: Line 9:


*[http://orthos.dhses.ny.gov/ State GIS with Aerial Imagery]
*[http://orthos.dhses.ny.gov/ State GIS with Aerial Imagery]
**Create a [http://en.wikipedia.org/wiki/Bookmarklet bookmarklet] with the following code to link from your position in WME to the same position in above NY Map. You need to have an active chrome browser window open to WME for this to work.<br/><pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;">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)+12),'NYSOrthos');})()</pre>
**Create a [http://en.wikipedia.org/wiki/Bookmarklet bookmarklet] with the following code to link from your position in WME to the same position in above NY Map. You need to have an active chrome browser window open to WME for this to work.<br/><pre style="white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; white-space:pre-wrap; word-wrap:break-word;">javascript:(function(){var center_lonlat=new OpenLayers.LonLat(Waze.map.center.lon,Waze.map.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='+((Waze.map.zoom)+12),'NYSOrthos');})()</pre>


*[http://www.upstatenyroads.com/ UpstateNYRoads.com -- Unofficial road guide for Upstate NY]
*[http://www.upstatenyroads.com/ UpstateNYRoads.com -- Unofficial road guide for Upstate NY]

Revision as of 20:17, 27 November 2015

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. You need to have an active chrome browser window open to WME for this to work.
      javascript:(function(){var center_lonlat=new OpenLayers.LonLat(Waze.map.center.lon,Waze.map.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='+((Waze.map.zoom)+12),'NYSOrthos');})()

Mapping Resources by County