bashu / django-easy-maps

🗺 Google Maps with easy!
MIT License
145 stars 56 forks source link

Map with existing latitude/longitude #46

Open bashu opened 9 years ago

bashu commented 9 years ago

Have you considered adding the option to map based solely on the latitude/longitude?

The template tag would look something like

{% easy_map

| [ ] [] [using ] %}

The use case is for mapping points in the ocean so using reverse geocoding won't work.


bashu commented 9 years ago

Yes, that would be a useful feature, pull requests are welcome :)

Support for GeoDjango's PointFields would also be nice (it should be quite easy to implement by the way).

At the moment as a workaround you can create easy_maps.models.Address instance manually with the desired coordinates.


Original comment by: Mikhail Korobov

bashu commented 9 years ago

Created a pull request for this at https://bitbucket.org/kmike/django-easy-maps/pull-request/2/added-feature-to-allow-latitude-and

Let me know what you think.


Original comment by: everett_toews

bashu commented 9 years ago

Thanks! Sorry for a long delay. I'll post the comments to the pull request.


Original comment by: Mikhail Korobov

bashu commented 9 years ago

Mikhail, that would be great addition to the map, I'm also waiting on this feature ;) I'll try to use create an Address instance manually and insert the cords from GPS , see if ti works.

Thank you so much for your work on this!


Original comment by: Sivan Greenberg

bashu commented 9 years ago

Hey Mikhail, have you merged the pull request? Not pushing, just finding out if to apply it myself to my local branch :)


Original comment by: Sivan Greenberg

bashu commented 9 years ago

Hi Sivan,

No, unfortunately I didn't had time to properly review and merge this the pull request; help with this is appreciated.


Original comment by: Mikhail Korobov

bashu commented 9 years ago

Oh, excellent. I just encountered easy-map, and I also have the coordinates already. You just saved me creating my own pull request.


Original comment by: Itay Zandbank

jinchuika commented 8 years ago

Hi. This was never merged, wasn't it? I still trying to find the way to use raw coordinates