GET /records/{metadataUuid}/extents/{geometryIndex}.png
Operation ID: getOneRecordExtentAsImage
Auth: unknown
Description
A rendering of the geometry as a png. If no background is specified the image will be transparent. In getMap the envelope of the geometry is calculated then it is expanded by a factor. That factor is the size of the map. This allows the map to be slightly bigger than the geometry allowing some context to be shown. This parameter allows different factors to be chosen per scale level. Proportion is the proportion of the world that the geometry covers (bounds of WGS84)/(bounds of geometry in WGS84) Named backgrounds allow the background parameter to be a simple key and the complete URL will be looked up from this list of named backgrounds
Parameters (9)
(boolean, query, optional, default: True)
(string, query, optional, default: settings)
(optional) URL for loading a background image for regions or a key that references the namedBackgrounds (configured in config-spring-geonetwork.xml). A WMS GetMap request is the typical example. The URL must be parameterized with the following parameters: minx, maxx, miny, maxy, width, height
(string, query, optional, default: 0,0,0,50)
(optional) Fill color with format RED,GREEN,BLUE,ALPHA
(integer, path, required)
Index of the geometry or bounding box to display. Starts at 1.
(integer, query, optional)
(optional) height of the image that is created. Only one of width and height are permitted
(string, query, optional)
(optional) the background map projection. If not passed uses the region/getmap/mapproj setting. If the setting is not set defaults to EPSG:4326
(string, path, required)
Record UUID.
(string, query, optional, default: 0,0,0,255)
(optional) Stroke color with format RED,GREEN,BLUE,ALPHA
(integer, query, optional, default: 300)
(optional) width of the image that is created. Only one of width and height are permitted
No probe data for this endpoint yet.