The code to convert lat/lng information to pixels will be very different for different map projections. Since you're not using GMap, we don't know the details of your projection.
You also don't say what language you are coding in. There has been lat/lng to pixel code for PHP posted to this group for the Google Maps Mercator projection. If you're doing it in Javascript then you could load the Google Maps API and use GMercatorProjection.fromLatLngToPixel() I believe that it's OK with the Terms to use the API client side code without displaying a Google Map. It's only the Content that you can't use for purposes other than displaying a Google Map. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
