Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Support the three json row quoting flavors currently supported by the mapnik.org csv plugin described here: https://github.com/mapnik/mapnik/issues/1392.
The proposed supported flavors are:
"{\"type\":\"Point\",\"coordinates\":[30.0,10.0]}" // escaped '{"type":"Point","coordinates":[30.0,10.0]}' // single quotes no need for escaped "{""type"":""Point"",""coordinates"":[30.0,10.0]}" // filebakery.com style
Note the following commit for this mapnik feature has sample CSV files for your reference: https://github.com/mapnik/mapnik/commit/f42805a5321d42f59b447a70f459058cf2c6cd5c