Hi,
When you enter that URL with the browser, it's a GET request too (just
like the AJAX GET you mention). So they should both give the same response.
If they're not getting the same response I'd suspect that your AJAX
request is different; have you used the web-developer components
(specifically the network tab) of your browser to see what the actual
request is that AJAX is sending to confirm it's identical?
If you want to go a level deeper and compare the browser request to the
AJAX request, try something like Fiddler2.
That will narrow down how they differ. Then someone can hopefully
explain why that difference in request results in a the scaleHint being
there or not.
Cheers,
Jonathan
On 01/12/2015 11:43, Smart, Gary Export License Required - US UTAS wrote:
If I paste the following into a browser, I get a full list of
capabilities from geoserver, including LatLonBoundingBox and ScaleHint
min/max.
/aHostname/:8090/geoserver/wms?service=wms&version=1.1.1&request=GetCapabilities
However, if I perform the same command from an ajax GET request, I get
the LatLonBoundingBox but the ScaleHint info is missing from the XML
returned.
Can anyone explain why?
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users