QGIS - Is it possible to bypass an inaccurate WMS bounding box provided by server metadata? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Is there a Python Lib for requesting WMS/WFS and saving as image/PDF?Converting WMS getmap request to GeotiffQGIS WMS ServerHow to specify TIME parameter in URL for WMS-T server in QGIS?QGIS-Server Plugin Process per client (WMS)Disable tiling when Mapserver requests layers from external WMS serverHow can I make these two MapServer WMS layers align correctly with each other in OpenLayers?Differences in QGIS server with WMS and WFS projections?WMTS - get tiles only for a specific area of interestDownload custom extent from WMTS
Project Euler #1 in C++
What makes a man succeed?
Crossing US/Canada Border for less than 24 hours
Why is it faster to reheat something than it is to cook it?
Is it fair for a professor to grade us on the possession of past papers?
Most bit efficient text communication method?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Does "shooting for effect" have contradictory meanings in different areas?
Co-worker has annoying ringtone
Lagrange four-squares theorem --- deterministic complexity
Google .dev domain strangely redirects to https
How many morphisms from 1 to 1+1 can there be?
Is CEO the "profession" with the most psychopaths?
Can a Beast Master ranger change beast companions?
Why are my pictures showing a dark band on one edge?
A letter with no particular backstory
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
What to do with repeated rejections for phd position
Is multiple magic items in one inherently imbalanced?
Trademark violation for app?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
What does 丫 mean? 丫是什么意思?
1-probability to calculate two events in a row
QGIS - Is it possible to bypass an inaccurate WMS bounding box provided by server metadata?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Is there a Python Lib for requesting WMS/WFS and saving as image/PDF?Converting WMS getmap request to GeotiffQGIS WMS ServerHow to specify TIME parameter in URL for WMS-T server in QGIS?QGIS-Server Plugin Process per client (WMS)Disable tiling when Mapserver requests layers from external WMS serverHow can I make these two MapServer WMS layers align correctly with each other in OpenLayers?Differences in QGIS server with WMS and WFS projections?WMTS - get tiles only for a specific area of interestDownload custom extent from WMTS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In QGIS,
is there a way to bypass / ignore an inaccurate WMS bounding box provided by server metadata?
Indeed, for a specific WMS layer I am using, the bounding box provided by server metadata does not match the underlying data's extent (some data exist out of the "official" bounding box delivered by metadata request). Thus, I would like to prevent QGIS from using the inaccurate metadata so that I can see all of the data.
qgis wms qgis-3
|
show 1 more comment
In QGIS,
is there a way to bypass / ignore an inaccurate WMS bounding box provided by server metadata?
Indeed, for a specific WMS layer I am using, the bounding box provided by server metadata does not match the underlying data's extent (some data exist out of the "official" bounding box delivered by metadata request). Thus, I would like to prevent QGIS from using the inaccurate metadata so that I can see all of the data.
qgis wms qgis-3
Please decide which of QGIS and ArcGIS Desktop you wish to ask about in this particular question.
– PolyGeo♦
Apr 12 at 8:25
TheEX_GeographicBoundingBox
is only intended as a hint to the total extent of the data available in the service / or layer. A WMS GetMap request can be made with any bounding box.
– nmtoken
Apr 12 at 9:31
Indeed, a WMS GetMap can be made with any bounding box, thing is QGIS trust the layer'sEX_GeographicBoundingBox
metadata as factual and seems not to query GetMap requests out of this inaccurate extent.
– user140350
Apr 12 at 9:44
seems not? Perhaps the service has some restriction that doesn't allow such a query to render output, but it's not a restriction of QGIS. For example here's a GetMap request generated by QGIS ogc2.bgs.ac.uk/cgi-bin/UGA_ARGID/… that's way outside the bounding box of the layer specified in the metadata
– nmtoken
Apr 12 at 9:55
Weird... (my QGIS version is 3.2.2-Bonn). It cannot be a service restriction since a manual WMS request (= with a hard-coded bbox out of metadata extent) give some data but I have no mean in QGIS to see this data (in QGIS I only see data in the metadata extent).
– user140350
Apr 12 at 11:07
|
show 1 more comment
In QGIS,
is there a way to bypass / ignore an inaccurate WMS bounding box provided by server metadata?
Indeed, for a specific WMS layer I am using, the bounding box provided by server metadata does not match the underlying data's extent (some data exist out of the "official" bounding box delivered by metadata request). Thus, I would like to prevent QGIS from using the inaccurate metadata so that I can see all of the data.
qgis wms qgis-3
In QGIS,
is there a way to bypass / ignore an inaccurate WMS bounding box provided by server metadata?
Indeed, for a specific WMS layer I am using, the bounding box provided by server metadata does not match the underlying data's extent (some data exist out of the "official" bounding box delivered by metadata request). Thus, I would like to prevent QGIS from using the inaccurate metadata so that I can see all of the data.
qgis wms qgis-3
qgis wms qgis-3
edited Apr 12 at 9:11
user140350
asked Apr 11 at 16:07
user140350user140350
142
142
Please decide which of QGIS and ArcGIS Desktop you wish to ask about in this particular question.
– PolyGeo♦
Apr 12 at 8:25
TheEX_GeographicBoundingBox
is only intended as a hint to the total extent of the data available in the service / or layer. A WMS GetMap request can be made with any bounding box.
– nmtoken
Apr 12 at 9:31
Indeed, a WMS GetMap can be made with any bounding box, thing is QGIS trust the layer'sEX_GeographicBoundingBox
metadata as factual and seems not to query GetMap requests out of this inaccurate extent.
– user140350
Apr 12 at 9:44
seems not? Perhaps the service has some restriction that doesn't allow such a query to render output, but it's not a restriction of QGIS. For example here's a GetMap request generated by QGIS ogc2.bgs.ac.uk/cgi-bin/UGA_ARGID/… that's way outside the bounding box of the layer specified in the metadata
– nmtoken
Apr 12 at 9:55
Weird... (my QGIS version is 3.2.2-Bonn). It cannot be a service restriction since a manual WMS request (= with a hard-coded bbox out of metadata extent) give some data but I have no mean in QGIS to see this data (in QGIS I only see data in the metadata extent).
– user140350
Apr 12 at 11:07
|
show 1 more comment
Please decide which of QGIS and ArcGIS Desktop you wish to ask about in this particular question.
– PolyGeo♦
Apr 12 at 8:25
TheEX_GeographicBoundingBox
is only intended as a hint to the total extent of the data available in the service / or layer. A WMS GetMap request can be made with any bounding box.
– nmtoken
Apr 12 at 9:31
Indeed, a WMS GetMap can be made with any bounding box, thing is QGIS trust the layer'sEX_GeographicBoundingBox
metadata as factual and seems not to query GetMap requests out of this inaccurate extent.
– user140350
Apr 12 at 9:44
seems not? Perhaps the service has some restriction that doesn't allow such a query to render output, but it's not a restriction of QGIS. For example here's a GetMap request generated by QGIS ogc2.bgs.ac.uk/cgi-bin/UGA_ARGID/… that's way outside the bounding box of the layer specified in the metadata
– nmtoken
Apr 12 at 9:55
Weird... (my QGIS version is 3.2.2-Bonn). It cannot be a service restriction since a manual WMS request (= with a hard-coded bbox out of metadata extent) give some data but I have no mean in QGIS to see this data (in QGIS I only see data in the metadata extent).
– user140350
Apr 12 at 11:07
Please decide which of QGIS and ArcGIS Desktop you wish to ask about in this particular question.
– PolyGeo♦
Apr 12 at 8:25
Please decide which of QGIS and ArcGIS Desktop you wish to ask about in this particular question.
– PolyGeo♦
Apr 12 at 8:25
The
EX_GeographicBoundingBox
is only intended as a hint to the total extent of the data available in the service / or layer. A WMS GetMap request can be made with any bounding box.– nmtoken
Apr 12 at 9:31
The
EX_GeographicBoundingBox
is only intended as a hint to the total extent of the data available in the service / or layer. A WMS GetMap request can be made with any bounding box.– nmtoken
Apr 12 at 9:31
Indeed, a WMS GetMap can be made with any bounding box, thing is QGIS trust the layer's
EX_GeographicBoundingBox
metadata as factual and seems not to query GetMap requests out of this inaccurate extent.– user140350
Apr 12 at 9:44
Indeed, a WMS GetMap can be made with any bounding box, thing is QGIS trust the layer's
EX_GeographicBoundingBox
metadata as factual and seems not to query GetMap requests out of this inaccurate extent.– user140350
Apr 12 at 9:44
seems not? Perhaps the service has some restriction that doesn't allow such a query to render output, but it's not a restriction of QGIS. For example here's a GetMap request generated by QGIS ogc2.bgs.ac.uk/cgi-bin/UGA_ARGID/… that's way outside the bounding box of the layer specified in the metadata
– nmtoken
Apr 12 at 9:55
seems not? Perhaps the service has some restriction that doesn't allow such a query to render output, but it's not a restriction of QGIS. For example here's a GetMap request generated by QGIS ogc2.bgs.ac.uk/cgi-bin/UGA_ARGID/… that's way outside the bounding box of the layer specified in the metadata
– nmtoken
Apr 12 at 9:55
Weird... (my QGIS version is 3.2.2-Bonn). It cannot be a service restriction since a manual WMS request (= with a hard-coded bbox out of metadata extent) give some data but I have no mean in QGIS to see this data (in QGIS I only see data in the metadata extent).
– user140350
Apr 12 at 11:07
Weird... (my QGIS version is 3.2.2-Bonn). It cannot be a service restriction since a manual WMS request (= with a hard-coded bbox out of metadata extent) give some data but I have no mean in QGIS to see this data (in QGIS I only see data in the metadata extent).
– user140350
Apr 12 at 11:07
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318517%2fqgis-is-it-possible-to-bypass-an-inaccurate-wms-bounding-box-provided-by-serve%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318517%2fqgis-is-it-possible-to-bypass-an-inaccurate-wms-bounding-box-provided-by-serve%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please decide which of QGIS and ArcGIS Desktop you wish to ask about in this particular question.
– PolyGeo♦
Apr 12 at 8:25
The
EX_GeographicBoundingBox
is only intended as a hint to the total extent of the data available in the service / or layer. A WMS GetMap request can be made with any bounding box.– nmtoken
Apr 12 at 9:31
Indeed, a WMS GetMap can be made with any bounding box, thing is QGIS trust the layer's
EX_GeographicBoundingBox
metadata as factual and seems not to query GetMap requests out of this inaccurate extent.– user140350
Apr 12 at 9:44
seems not? Perhaps the service has some restriction that doesn't allow such a query to render output, but it's not a restriction of QGIS. For example here's a GetMap request generated by QGIS ogc2.bgs.ac.uk/cgi-bin/UGA_ARGID/… that's way outside the bounding box of the layer specified in the metadata
– nmtoken
Apr 12 at 9:55
Weird... (my QGIS version is 3.2.2-Bonn). It cannot be a service restriction since a manual WMS request (= with a hard-coded bbox out of metadata extent) give some data but I have no mean in QGIS to see this data (in QGIS I only see data in the metadata extent).
– user140350
Apr 12 at 11:07