This is doable in V2 maps -- I have a projection that supports UTM for the old maps. It seems that the projection support in V3 maps is not yet baked. I don't see how to actually implement a projection with the API that is specified -- in particular, there is no zoom parameter passed to the projection. Calculating pixel coordinates without knowing the zoom is tough.
Sorry Philip On Feb 13, 6:50 pm, jbogdani <[email protected]> wrote: > My answer is: Is there any way to work in UTM coordinates in gmaps v3? > I need to display some GIS data (shapefiles transformed in MySQL > spatial tables) in GMaps, and make them available in read/edit mode, > without loosing the possibility to view/edit in GIS environment (I'm > using QGIS). > All data are in projected mode (UTM) and I was wandering if is there > (o will be in future) a direct way to create markers (etc.) with > projected coordinates. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
