Simple ‘Example’ – have millions of points within specific geography. Have everything loaded and able to see in GeoAdmin the whole 9 yards.
So. How do I show all points on a map – and base it on zoom level? Are there any simple examples out there?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use my GTileOverlay lass I wrote for django. It takes a queryset with lots of points, then splits them up into 256*256 squares for easy overlaying onto google maps.
project url