Skip to content

Error creating geometry from value 'null' (String input unrecognized as WKT EWKT, and HEXEWKB.) #115

@Vayel

Description

@Vayel

Hi!

Thanks for this package! When used with https://github.com/makinacorpus/django-leaflet and no initial value, GeoJSONFormField raises the follow error:

Error creating geometry from value 'null' (String input unrecognized as WKT EWKT, and HEXEWKB.)

Indeed, the value is None and is dumped by JSONField into "null". The initial value should be jsonfield.forms.InvalidJSONInput(""). It can be set here if undefined: https://github.com/makinacorpus/django-geojson/blob/master/djgeojson/fields.py#L51

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions