J
J
Jekson2019-11-11 16:19:58
Django
Jekson, 2019-11-11 16:19:58

Using Django for Geo-Responsive Applications?

I am planning a small web application (it will be used according to the plan in 90% from the phone, but at first no mobile development, purely web to start), according to the functionality:
- the user can add objects to the map
- display filtered objects by the criterion of distance from the current location
- determining the user's current location
I'm looking towards GeoDjango, who has worked with a similar task, will GeoDjango be the right choice or are there more relevant technologies?
Another question is to determine the coordinates of the current location, what is it with what to implement? Or GeoDjango can do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2019-11-11
@Lepilov

Determining the coordinates of the current location is done on the client by js, so it doesn't matter what you have on the server. GeoDjango will help you only in the second paragraph, and even then, it is not difficult to do without it. If you no longer need any specific work with map data, then GeoDjango is an overhead for you (IMHO of course).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question