views:

316

answers:

1

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?

A: 

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

nbv4