Features Templating - allow specifying root @type in the JSON-LD output and a different name for features array
Description
JSON-LD mandates that each JSON object has an @type attribute. Currently the root object writes only a "type":"FeatureCollection" and there is no way to specify an @type attribute. Moreover the array is always named as features and there is no possibility to change it to a different name that user might want to use to match a term in a vocabulary. Two new $options will be added in order to allow such customization.
JSON-LD mandates that each JSON object has an @type attribute. Currently the root object writes only a "type":"FeatureCollection" and there is no way to specify an @type attribute.
Moreover the array is always named as features and there is no possibility to change it to a different name that user might want to use to match a term in a vocabulary.
Two new $options will be added in order to allow such customization.