Hi list, I need to save spatial data (latitude and longitude) in 2 fields in the db (float). not that big deal, BUT
as representation in the admin, i would like to make kind of a modelfield/formfield/widget with the googlemaps api. my problem is to save it in the end in 2 fields in the db. i tried it already with a multivaluefield and multiwidget and a model field (linke charfield) - works great - just the data is in the end in one char field joined together. and thats the intended way how multi... works. so maybe i need a completely different approach (help please). couldnt find any help via google. so it would be great if somebody could give me a tip how this can be done properly with django, or point me in the right direction. kthxby, klem -- klemens mantzos http://fetzig.at/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

