creof / doctrine2-spatial

Doctrine2 multi-platform support for spatial types and functions.
MIT License
272 stars 176 forks source link

Denormalize Point #202

Open emanuelesogus opened 5 years ago

emanuelesogus commented 5 years ago

Hi, when I try to insert a coordinate whit POST it gives me this error:

Could not denormalize object of type App\Entity\Point, no supporting normalizer found.

Ideas?