My creating a content container template that adds geo caching to an array and then converts the array to geoJSON.
An editor is able to paste in address information and I have javascript that geocaches each address and creates a geoJSON object. I have the GeoJSON object stored in a variable.
I need to add the object to a metdata field or a file asset so that my application can consume the data.
Does anyone have any suggestions on how to do this?