> Let's say I wanted to visualize Nashville, TN. I would want my map to > show only an outline of the United States, an outline of Tennessee, > and a marker where Nashville is. No labels or anything.
You could use the API, and set up a custom map that only returned grey tiles. Your two shapes could be simple polygons, and the marker is simple. With no map controls it would behave like a static image. > I'd like the > map to be a static, pre-rendered image. If you must do it that way, then you'll need to generate your own images serverside; outside the scope of this group but easy enough with say - http://uk.php.net/manual/en/book.image.php --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
