Jeff Paine
Results
2
issues of
Jeff Paine
Fix `==` comparison at https://github.com/JeffPaine/geojson-topojson/blob/gh-pages/index.html#L142 For some reason, switching it to `===` causes an error.
It appears that micromodels does not (in my humble opinion) properly handle `None` / `null` fields when using `to_json`. Modifying micromodels to properly return `null` when using `to_json` appears fairly...