0

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?

Bo.
  • 3
  • 3
  • 1
    I have a similar question with a one proposal here: http://stackoverflow.com/questions/559431/how-to-display-data-using-openlayers-with-openstreetmap-in-geodjango – monkut Aug 26 '09 at 14:18
  • Use lefletjs to display points, it's very easy http://leafletjs.com/examples/quick-start.html – chhantyal Jun 03 '16 at 15:57

1 Answers1

0

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

priestc
  • 33,060
  • 24
  • 83
  • 117