Skip to content

Releases: eyeseast/datasette-geojson

Handle binary data better

06 Jan 21:23
Compare
Choose a tag to compare
  • Handle binary data the same as Datasette does with regular JSON
  • Binary columns are served as {"$base64": true, "encoded": ...}

Handle nulls

16 Feb 20:02
Compare
Choose a tag to compare

What's Changed

  • Handle nulls in #11

Full Changelog: v0.3.0...v0.3.1

Automatically parse spatialite's geometry blob

13 Jun 00:04
Compare
Choose a tag to compare
  • Spatialite's geometry blob is now automatically parsed into GeoJSON, so the same query will output GeoJSON with and without Spatialite.

v0.2.1

09 Jun 18:56
Compare
Choose a tag to compare
Need spatialite there

Hello, World

09 Jun 18:09
Compare
Choose a tag to compare
v0.2.0

v0.2