Geojson formatter based on given .geojson template file.
This plugin inject properties passed from input to template .geojson file.
- Plugin type: formatter
- template_file: template geojson file path (integer, required)
- encoding: output file encoding (string, default:
"UTF-8") - identifier: which identifies corresponding feature in geojson file (string, default:
id)
out:
type: file
formatter:
type: geojson
template_file: /path/to/template.geojson
identifier: "identifier"$ rake