mrgeo icon indicating copy to clipboard operation
mrgeo copied to clipboard

Modify arguments to InlineCsv

Open djohnson729 opened this issue 9 years ago • 0 comments

InlineCsv currently takes two arguments, the first being a schema definition for the vector data, and the second argument being the actual vector features delimited by semi-colons.

Change this to accept two or more arguments where the first argument is still the schema definition, and each argument thereafter is a single feature. This change eliminates the need to construct one large string with delimited features.

djohnson729 avatar Apr 27 '16 15:04 djohnson729