Skip to main content
Hi guys, I have a WMS running on FME Server which is basically taking an image of an area, cutting out a small user defined area and returning it to the user as a png file.  The question I have is related to changing the bounding box in the URL request, when I change it I still get the same map as in the original workbench I uploaded to Server.  I am sure it is something simple I have missed and any help would be much appreciated so thanks in advance.
Hi,

 

 

it ought to work, but make sure that there is not caching going on, either on the server or on the client.

 

 

Also refer to this doc for details about the parameters: http://cite.opengeospatial.org/teamengine/about/wms/1.1.1/web/OGCTestData/wms/1.1.1/spec/wms1.1.1.html#wmsops.getmap

 

 

Pay particular attention to the order of the BBOX parameters.

 

 

David
David,

 

 

That link helped me solve the issue, all working great now, thanks 🙂

Reply