GET /geomarks/{geomarkId}/feature.{fileFormatExtension}

gov.bc.ca:geomark

Summary: Get the feature and attribution of the geomark
Operation ID:
Auth: unknown
Description

The geomark feature resource returns a single spatial feature with either a single (Point, LineString, Polygon) or multi-part geometry (MultiPoint, MultiLineString, MultiPolygon) and the geomark attribution. The geometry and attribution can be downloaded as a spatial download file format in a supported coordinate system. The download files can then be used in a desktop GIS application (e.g. ArcMap), Google Earth or a web mapping application.

Parameters (3)

fileFormatExtension (string, path, required)

The file format name extension used to represent the geomark download.

Constraints: {'enum': ['json', 'xml', 'kml', 'kmz', 'shp', 'shpz', 'geojson', 'gml', 'gpkg', 'wkt']}

geomarkId (string, path, required)

The unique identifier for the geomark

srid (integer, query, optional, default: 4326)

The srid of the coordinate system the geometry should be converted to.

Constraints: {'enum': [4326, 3005, 3857, 26907, 26908, 26909, 26910, 26911]}

No probe data for this endpoint yet.