Open elesdoar opened 11 years ago
In the file AGS.js
Add before the line 223:
var outSR = this.options.outSR || '4326';
Change the line 225:
"&outSR=4326" + // receive geometry in WGS 84 Lat/Lng.
For:
"&outSR=" + outSR + // receive geometry by default WGS 84 Lat/Lng.
In the file AGS.js
Add before the line 223:
Change the line 225:
For: