Tagged Questions
5
votes
2answers
252 views
How to put 20K points on a map
I have an sqlite 3 database with 20K entries each of which has lat long data and I wanted to create a layer from that data. From what I have read I need to import it into a postrgres DB but I'm not ...
1
vote
1answer
1k views
Google Maps MarkerClusterer - Remove all clusters
So, I have a PostGreSQL DB with 317 datapoints - all spatially enabled through PostGIS. I have queried this using PHP as GeoJSON and overlaid it on Google Maps (using a converting routine). I have ...
