Hi and thanks for all the help thus far with ThinkGeo...
Another quick question...I think will have a quick answer.
I am placing many points on a map and was using Decimal Degrees, Now I have project all my layers to WGS84 thus I am using 'Meters' for my map units.
When I create my 'Marker's to be plotted on the map I pass them the DD's to the correct location. Is there a quick way to convert these two doubles into WGS84 prior to storing them into the marker?
Marker markerTest = new Marker(Double.Parse(longitude), Double.Parse(latitude), markerImage);
Thanks in Advance,
Kevin