Hi:
With the WPF Desktop edition, I am experiencing the following problem:
- Map display is in metres
- I've created a Proj4Projection with 4326 Internal and google External.
- I've created an InMemoryFeatureLayer and applied the Proj4Projection to the Feature Source
- The Layer has been added to an overlay, which is added to the map.
- Adding a WGS84 point to the layer in question does not project it on the fly. The only way I can get it to display in the right location is to project it first, which defeats the purpose.
Can anyone please explain how the projection / internal / external part works? The API isn't very descriptive.
Regards,