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

With the PointField widget, some way to add a point at a known (user-entered) lat,lng #35

Open
stringfellow opened this issue Sep 7, 2013 · 5 comments
Milestone

Comments

@stringfellow
Copy link

Sometimes, the user might know the lat, lng they want to enter on the map widget - it would be really good if this came with a built-in option to drop a point at that known location, and have it set the WKT textarea correctly.

@leplatrem
Copy link
Collaborator

Good idea !

Since it can be achieved in pure JS, I guess we don't need to bother with some Django form fields.

@lucacorti
Copy link

What about geocoding with Leaflet plugins? That wold be cool too.

@leplatrem
Copy link
Collaborator

Since Leaflet fields are extensible, you can add custom controls and implement the behaviour you like ! Don't hesitate to propose pull-requests, I'll defintely have a look at them !

@leplatrem leplatrem added this to the Later milestone May 16, 2014
@lucacorti
Copy link

Regarding forward and reverse geocoding, this plugin is pretty interesting. It supports both forward and reverse geocoding using various services. I just added in Mapbox API support.

https://github.com/lucacorti/leaflet-control-geocoder

@leplatrem
Copy link
Collaborator

Thanks for the link :) As I said before, I can't invest much on extra-features, but would definitely review and merge pull-requests!

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

No branches or pull requests

3 participants