worace / geoq

Geospatial Utility Belt
MIT License
71 stars 8 forks source link

Invalid json from fgb read #50

Closed jleedev closed 1 year ago

jleedev commented 1 year ago

Fixed in geozero 0.9.6: https://github.com/georust/geozero/pull/87

¶ geoq --version 
geoq 0.0.24
¶ printf '{"type":"Feature","properties":{"name":"\\""},"geometry":{"type":"Point","coordinates":[-80,40.44]}}
' | geoq fgb write a.fgb 
¶ geoq fgb read a.fgb 
{
"type": "FeatureCollection",
"name": "L1",
"features": [{"type": "Feature", "properties": {"name": """}, "geometry": {"type": "Point", "coordinates": [-80,40.44]}}]}