I have a shapefile that has a projection of WGS84 - Proj4Projection.GetEpsgParametersString(4326).
I project this shapefile onto a GoogleMapsOverlay using the Google Maps projection - Proj4Projection.GetGoogleMapParametersString().
When I build the index of the WGS84 shapefile, do I need to build it with either projection as a parameter? Or can i used the default BuildIndexFile function?
Thanks,
Treasa