﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
19624	[PATCH] Support reading line-delimited geojson (RFC 7464)	taylor.smock	simon04	"Maproulette uses RFC 7464. It would be useful to be able to check a file prior to uploading to Maproulette/check that the file is properly formatted. This is (currently) just a reader, although a writer implementation should also be possible.

This patch does the following:
1. Checks to see if the first byte of the file is the record separator as defined in [https://tools.ietf.org/html/rfc7464 RFC 7464] (`0x1E`)
2. If so, it reads the file line-by-line and creates a new parser for each line

What this patch does not do:
* Ensure that the ending character for each line is `0x0A` as specified by the RFC
* Check for the original method Maproulette used for line-by-line geojson (`^{.*}$`)

What may need to be changed:
* I may need to move the logic out to a separate function, for readability"	enhancement	closed	normal	20.08	Core geojson		fixed	rfc 7464, maproulette	
