Skip to content

Commit

Permalink
Update searchCoordinates.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Trorker committed Mar 18, 2024
1 parent 9ab90b7 commit 4fbafd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/searchCoordinates.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fetch(url, {
//https://csw.cartografia.agenziaentrate.gov.it/age-inspire/srv/ita/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetRecords&QUERY=title:modena&typeNames=csw:Record
//https://csw.cartografia.agenziaentrate.gov.it/age-inspire/srv/ita/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetRecords&typeNames=csw:Record&resultType=results&ElementSetName=full

fetch('https://csw.cartografia.agenziaentrate.gov.it/age-inspire/srv/ita/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetRecords&typeNames=csw:Record&resultType=results&ElementSetName=full', {
/*fetch('https://csw.cartografia.agenziaentrate.gov.it/age-inspire/srv/ita/csw?SERVICE=CSW&VERSION=2.0.2&REQUEST=GetRecords&typeNames=csw:Record&resultType=results&ElementSetName=full', {
method: 'GET',
})
.then(response => response.text())
Expand All @@ -62,7 +62,7 @@ fetch('https://csw.cartografia.agenziaentrate.gov.it/age-inspire/srv/ita/csw?SER
})
.catch(error => {
console.error('Si è verificato un errore:', error);
});
});*/



Expand Down

0 comments on commit 4fbafd2

Please sign in to comment.