Flex: UMap TerraServer Demo
Yet another UMap demo. This is just a stripped version of the some of the code from a previous WMS demo. I have modified the WMS settings to point to the TerraServer WMS feed.

Right-click to view/download the source code.
I am having a bit of a rest from developing for the moment. I will get round to peoples requests for updates in a week or so.
Comments
3 Responses to “Flex: UMap TerraServer Demo”
Leave a Reply
Hi.
This code source is really nice. It work great with all geoServer samples. I was wondering if you could give me an hint:
I have a file which is reference with another coordinates system : EPSG:27572
So my bbox looks like :
bbox=239814.7159585916,275655.6494003352,359893.87383198185,431632.2342073229
How can I transform from X,Y to long / lat and adapt your equations (LatToX …) to my system ?
Thanks a lot for all your efforts…
Nick,
Have you tried setting the projection in the WMS layer to use EPSG: 27572?
The demos are focussed inside a limited set of projections it’s true.
Al.
I tried. It work well in OpenLayers but not in UMAP. I can see in the status bar that it is loading from the localhost (from GeoServer) but I cannot see any picture). I might try to reproject all datas into WSG84.