Reputation: 1445
I have to show numerous (approx 500) numerical markers on a map, I generated 300 using
http://mapicons.nicolasmollet.com/numbers-letters/
However it only goes up to 300 - how do others show large number of numerical markers on a map?
Upvotes: 2
Views: 4055
Reputation: 2061
I would recommend using the Google Charts API, with pins:
http://code.google.com/apis/chart/infographics/docs/dynamic_icons.html#pins
Or bubbles:
http://code.google.com/apis/chart/infographics/docs/dynamic_icons.html#bubbles
Here is a bubble that shows 500:
https://chart.googleapis.com/chart?chst=d_bubble_text_small&chld=bb|500|C6EF8C|000000
Upvotes: 4
Reputation: 5890
There are a few ways you can do it:
Upvotes: 1