Description
This API returns the attributes of administrative and reference features
found at a particular point.
Why We Provide It
text goes here...
Response Metadata
text goes here...
API Base
http://services.dnr.state.mn.us/api/where/v2
API Call
http://services.dnr.state.mn.us/api/where/v2?x={double}&y={double}&layers={string}&callback={string}
Sample Call
http://services.dnr.state.mn.us/api/where/v2?x=500000&y=5000000&layers=elevation
Required Parameters
x: X value of a point given as a UTM (epsg:26915) or geographic (epsg:4326) coordinate.
y: Y value of a point given as a UTM (epsg:26915) or geographic (epsg:4326) coordinate.
Optional Parameters
callback: JSONP callback function name.