Uploaded image for project: 'Commons CSV'
  1. Commons CSV
  2. CSV-116

Support JSON-encoded properties such as GeoJSON

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Discussion
    • Parser
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            rgavlin Ron Gavlin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: