> I'd like to create static map using Google API with up to 2000 markers > (in two different color groups if possible). Problem is that URL is > limited to 2048 characters. How do I do that?
You could write to Microsoft, Mozilla, Cisco, etc etc and ask if they would change the limitations on URL length for you. > Normally I create KML with my points and load it to maps - is it > possible with static maps? No. You could generate your own server side overlay - a transparent png or something with your markers on it - and position that image on top of the static map image in the HTML. There may already be utilities out there to do that with KML, but I don't know of any. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
