ArtZero
Results
1
comments of
ArtZero
Try this (vb.net) : _ ' Add WMS Dim ctFact As New ProjNet.CoordinateSystems.Transformations.CoordinateTransformationFactory() shape.CoordinateTransformation = ctFact.CreateFromCoordinateSystems(ProjNet.CoordinateSystems.GeographicCoordinateSystem.WGS84, ProjNet.CoordinateSystems.ProjectedCoordinateSystem.WebMercator) shape.ReverseCoordinateTransformation = ctFact.CreateFromCoordinateSystems(ProjNet.CoordinateSystems.ProjectedCoordinateSystem.WebMercator, ProjNet.CoordinateSystems.GeographicCoordinateSystem.WGS84) map.Map.BackgroundLayer.Add(New TileLayer(New GoogleTileSource(GoogleMapType.GoogleTerrain), "GoogleTerrain")) _