Geographic JavaScript Object Notation (GeoJSON) Writer Parameters
Writer Parameters
The character set encoding in which the GeoJSON text will be written. If no character set is specified, the GeoJSON text will be written in the UTF-8 character set.
Specifies whether or not the GeoJSON writer should preface the JSON text with a byte order marker to indicate the endianness of the Unicode text. The default value is No.
This determines whether output will adhere strictly to the GeoJSON grammar. An array will be used as the outermost element to represent multiple layers; a single layer will not be contained by an array.
JSONP
Specifies the JSONP javascript function name that the user wants to wrap the GeoJSON file with. JSONP (JSON with Padding) is developed as a standard for grabbing GeoJSON from external domains, that works well with AJAX calls.
The default value is null. If no value is set or the default is set, then the GeoJSON writer will output a GeoJSON file without the JSONP padding. (optional)