Tagged Questions
1
vote
1answer
759 views
How to find bounding coordinates (lat/long) for UTM zones?
I want to error check incoming lat/lng points by checking if the point resides within the given UTM zone. (This would work for the data im using because sometimes there is a missing sign or lat/lng is ...
8
votes
1answer
964 views
How to compute the bounding box of multiple layers in lat/long?
I am writing an application to performance test all kinds of map services, primarily AGS 9.x, AGS 10, and WMS 1.x.
Part of the application involves generating random bounding boxes for individual ...