1
vote
0answers
79 views

adding WMS service to application ArcGIS JS api

I've got map in projection: 4326 (WGS-84) when I try to add WMS layers which is in different projection I always get connection timeout Do you know if I could change WMS projection to set it up ...
0
votes
0answers
70 views

Proj4js accuracy compared to Proj4

Is there any lost of accuracy in reprojecting using Proj4js in the browser (compared to using server side Proj4 in Mapserver ) ?
1
vote
1answer
241 views

How to project the result of a QueryTask in ArcGIS Javascript API?

I have created a web map that displays point features based on a given date range. Our current projection is Oregon State Plane South. My boss wants me to change the map to use a Web Mercator ...