I have a question on projections.
I have some sql layers that I load and in this case, I have assigned a projection that converts between the database projection and the google projection and it seems to work just fine. All the code is really behind the scenes though, I'm simply initializing the MSsql layer with a table name and the projection.
I also have several InMemoryFeatureLayers. The data stored in our data layer is in the same projection as the database and obviously when we want to show them on the map, they need to be projected to the google projection. What I don't understand is why I always have to manually do the conversion between the projections? It doesn't seem to matter if I have a projection set on the InMemoryFeatureLayers or not. Why can't I add a feature that's in the external projection for the layer and have it automatically convert it to the layers internal projection and then vice versa? Can you explain how this is supposed to work? I think I'm just missing something.
Thanks!
Kimberly