JSFiddle - React, Tailwind, and code Playground
by edi9999
JavaScript
$.ajax({
url: "http://maps.rosreestr.ru/ArcGIS/services/CadastreNew/CadastreWMS/MapServer/WMSServer"+URL,
dataType: "text/html",
type: "GET",
success: function(data) {
alert("fdfdfd");
},
error: function(data){
console.log(data)
alert("error");
}
});