Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to use django-geoposition with geodjango #18

Closed
hakanw opened this issue Nov 24, 2013 · 4 comments
Closed

Possibility to use django-geoposition with geodjango #18

hakanw opened this issue Nov 24, 2013 · 4 comments

Comments

@hakanw
Copy link
Contributor

hakanw commented Nov 24, 2013

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().

@philippbosch
Copy link
Owner

Hmm. PointField is part of GeoDjango. The whole point of django-geoposition is to avoid the setup hassle that comes with GeoDjango.

@hakanw
Copy link
Contributor Author

hakanw commented Nov 24, 2013

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. :)

@philippbosch
Copy link
Owner

Closing for now, but might reconsider if you provide a pull request.

@mikob
Copy link

mikob commented Jun 8, 2018

@hakanw I know it's been a few years... but this might be of interest to you: https://github.com/erdem/django-map-widgets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants