GMap.NET
GMap.NET copied to clipboard
looking for documentation to add wms layer
please help me with wms... thanks
@judero01col ok ok this is not an issue... :D but for me this is a solution: to add on gmaps()
...
ServicePointManager.ServerCertificateValidationCallback = new System.Net.Security.RemoteCertificateValidationCallback(AcceptAllCertifications);
ServicePointManager.SecurityProtocol = (SecurityProtocolType)768 | (SecurityProtocolType)3072;
...
public bool AcceptAllCertifications(object sender, SystemSecurity.Cryptography.X509Certificates.X509Certificate certification, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors) {
return true;
}