Hi guys. Does anyone has an idea of how can i save a field as a spatial point using the built in ORM ? With plain sql i would just set it as GeomFromText('Point(LAT LON)'). But it seems this does not work. Maybe to set the field before saving and using the equivalent php function ?