How should I structure the code for a Django web application to query a database based on location/map coordinates?
-
Basically, like in google maps, the user enters in an address, or some data that pins down his location, and I want to bring up a map view with tags specific to that area. Eventually the use will be quite heavy (etc 100-200 tags per zip code), so the code should be efficient. More detail much appreciated. I'm using Leaflet, if that matters.
-
Answer:
As someone who worked for a software company that did a lot of work with geographical data, a good starting point is looking at GeoDjango (https://docs.djangoproject.com/en/dev/ref/contrib/gis/), a project specifically tailored for geographic information in Django, with support for geospatial querying â coupled with the PostGIS extension for Postgres (http://www.postgis.org/). However, be warned: you might need to brush up on some geography before diving into it.
Tony Young at Quora Visit the source
Related Q & A:
- How would I structure database the best?Best solution by Stack Overflow
- How can I convert Matlab code to c#?Best solution by Stack Overflow
- How do I forward gmail raw email to a web service?Best solution by email.about.com
- How do I put a search engine onto my web site?Best solution by thesitewizard.com
- How do I redeem a code on itunes?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.