Closed hakanw closed 10 years ago
Hmm. PointField
is part of GeoDjango. The whole point of django-geoposition is to avoid the setup hassle that comes with GeoDjango.
Yeah, I just think the admin google maps stuff is so good, I would like to use it even in an installation where I happen to have a PointField(). Since it's only a matter of how the db stores the point, I'm trying to figure out how to change the widget/form field now... But I'm kind of lost in the custom widget/field world. :)
Closing for now, but might reconsider if you provide a pull request.
@hakanw I know it's been a few years... but this might be of interest to you: https://github.com/erdem/django-map-widgets
It would be really nice if geoposition worked with django's build-in PointField() model field type, instead of requiring you to use its own GeopositionField().