/
GeoJSON Metacard Transformer

GeoJSON Metacard Transformer

Description

GeoJSON Metacard Transformer translates a Metacard into GeoJSON.

Usage

The GeoJSON Metacard Transformer can be used programmatically by requesting a MetacardTransformer with the id geojson. It can also be used within the REST Endpoint by providing the transform option as geojson

Example REST GET method with the GeoJSON MetacardTransformer
http://localhost:8181/services/catalog/0123456789abcdef0123456789abcdef?transform=geojson 

Example Output

Unable to render {include} The included page could not be found.

Installation and Uninstallation

Install the catalog-transformer-json feature using the Web Console or System Console.

Configuration

None

Implementation Details

Registered InterfaceService PropertyValue
ddf.catalog.transform.MetacardTransformermime-typeapplication/json
idgeojson
shortname (for backwards compatibility)geojson

Known Issues