New York/Resources: Difference between revisions Discussion View history

(Changed bookmarklet to no longer rely on the wazeMap variable defined ny WME Chat Addon)
(→‎Resources: Adding geometry files and WKT for URMPT)
Line 90: Line 90:
* Yates
* Yates
</div>
</div>
== Geometry boundary files ==
These files may be used with scripts to view in WME, or other tools such as Google Earth.
=== WKT ===
These can be imported to the [http://www.waze.com/forum/viewtopic.php?f=819&t=125216&start=70 UR-MP Tracking] script to setup custom areas.
{{columns|
*[[:File:NE.wkt.txt|NorthEast Region]]
*[[:File:NYC.wkt.txt|Entire NYC]]|2}}
{{columns|
*[[:File:Bronx County.wkt.txt|Bronx]]
*[[:File:New York County (Manhattan).wkt.txt|New York (Manhattan)]]
*[[:File:Queens County.wkt.txt|Queens]]
*[[:File:Kings County (Brooklyn).wkt.txt|Kings (Brooklyn)]]
*[[:File:Richmond County (Staten Island).wkt.txt|Richmond (Staten Island)]]
*[[:File:Rockland County.wkt.txt|Rockland]]
*[[:File:Monroe County.wkt.txt|Monroe]]
*[[:File:Tompkins County.wkt.txt|Tompkins]]
|3}}
[[Category:USA]]
[[Category:USA]]
[[Category:New York]]
[[Category:New York]]

Revision as of 16:26, 20 December 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


Geometry boundary files

These files may be used with scripts to view in WME, or other tools such as Google Earth.


WKT

These can be imported to the UR-MP Tracking script to setup custom areas.