Tagged Questions
1
vote
1answer
270 views
How does ESRI ArcGIS 10 recognize a WMS CRS?
I'm working on a WMS service with Mars data. Currently the GetCapabilities shows <SRS>EPSG:4326</SRS>. I assume ESRI ArcGIS 10 reads this and therefore the WMS has GCS_WGS_1984 as a ...
0
votes
1answer
213 views
Generate a random 100x100 m bounding box in any projection in pure Python?
I'm given:
Extend of WMS Layer
SRS
Now I want to, in standard 2.6 Python (no OGR or C lib dependencies), to generate a 100x100m random bounding box within that extent (assuming it is more than ...
0
votes
0answers
238 views
Geoserver WMS cascading: How to choose remote CRS? [closed]
I'm cascading a remote WMS from Geoserver in order to have all layers in one place (and to exploit caching). (see the manual)
The remote layers (on this geoportal) are provided in multiple SRs (e.g. ...
8
votes
1answer
969 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 ...
