Discussion:
iss api
gokul s
2018-11-18 11:38:48 UTC
Permalink
hi i want create model that get the longitude and lattitude for
International Space Station and plot the longitude and lattitude on map so
that we can track the live location on map.i have wrote function to
receive lattitude and longitude but i dont know how to plot it with map.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6fd2de51-bcca-4778-8d5a-0d22329132cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ryan Nowakowski
2018-11-18 15:24:31 UTC
Permalink
The easiest thing is probably to:
1. Render the latitude and longitude in a template as JavaScript variables in a script tag.
2. Use Google maps to show those coordinates via JavaScript.
Post by gokul s
hi i want create model that get the longitude and lattitude for
International Space Station and plot the longitude and lattitude on map so
that we can track the live location on map.i have wrote function to
receive lattitude and longitude but i dont know how to plot it with map.
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/6fd2de51-bcca-4778-8d5a-0d22329132cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/FD4E69DD-FDD2-4016-9C8F-2AF863F350EF%40fattuba.com.
For more options, visit https://groups.google.com/d/optout.
Joel
2018-11-18 16:34:47 UTC
Permalink
Isn't this reverse geocoding? I think it's already an example in the
official tutorial.
Post by gokul s
hi i want create model that get the longitude and lattitude for
International Space Station and plot the longitude and lattitude on map so
that we can track the live location on map.i have wrote function to
receive lattitude and longitude but i dont know how to plot it with map.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/6fd2de51-bcca-4778-8d5a-0d22329132cc%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/6fd2de51-bcca-4778-8d5a-0d22329132cc%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA%3Diw_-Cfcs_8BhOXGsKDKreQM5otdQa-h5gC8X7cYhzOtD%3D%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...