GET /intersections/near.{outputFormat}
Operation ID: —
Auth: unknown
Description
Represents intersections near a given point
Parameters (7)
(integer, query, optional, default: 100)
The maximum degree an interesection can have to be included in results. A four-way stop has a degree of 4.
(integer, query, optional)
The maximum distance (in metres) to search from the given point. If not specified, the search distance is unlimited.
(integer, query, optional, default: 1)
The maximum number of search results to return.
(integer, query, optional, default: 2)
The minimum degree an intersection can have to be included in results. A dead-end has a degree of 1.
(string, path, required, default: json)
Results format. See <a href=https://github.com/bcgov/ols-geocoder/blob/gh-pages/glossary.md#outputFormat target="_blank">outputFormat</a>. Note: GeoJSON and KML formats only support EPSG:4326 (outputSRS=4326)
Constraints: {'enum': ['json', 'geojson', 'xhtml', 'kml', 'gml', 'csv', 'shpz']}
(integer, query, required, default: 4326)
The EPSG code of the spatial reference system (SRS) to use for output geometries. See <a href=https://github.com/bcgov/ols-geocoder/blob/gh-pages/glossary.md#outputSRS target="_blank">outputSRS</a>
Constraints: {'enum': [4326, 4269, 3005, 26907, 26908, 26909, 26910, 26911]}
(string, query, required)
The point (x,y) from which the nearest site will be identified. The coordinates must be specified in the same SRS as given by the 'outputSRS' parameter.
No probe data for this endpoint yet.