-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable WMS Layers group with GetMap request #5533
Conversation
|
Tests are failing: https://travis-ci.org/mapserver/mapserver/jobs/319179614 . Expected results should likely be updated, but I'm somewhat concerned about expected/ows_wms_rootlayer_name_empty_capabilities.xml and expected/ows_wms_rootlayer_name_capabilities.xml having now a element, which seems to go a bit against the purpose of 478e475 (#5404). This doesn't really revert #5404 since the root layer name has no , but this will make more layers queriable, what #5404 tried to limit. @tomkralidis opinion welcome |
e524567
to
e238f83
Compare
|
I am not sure if I read the output right, but isn't the layer group still unqueryable? Because layer-road2 is queryable then also layer-roadgroup should be queryable and look like By looking at the output from the failing test it seems that just Name has been added. |
|
ah I just see your comment and already pushed some changes. |
|
Does #5404 is about root element? if so this is still the case: https://github.com/yjacolin/mapserver/blob/508c4eb0289b27dbcb9fdcfbd3e681df22b93044/msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml#L62-L77 |
|
Seems good to me, root layer has title but no name which means that it is just a category title. From WMS 1.1.1 standard:
|
f5a484a
to
54c1c9b
Compare
|
yes! Test passed! |
|
Fine that the tests passed. Can you confirm that the group layer now has the queryable="1" attribute? Or are we perhaps speaking about different things, you about making the group requestable for GetMap and I about making it queryable for GetFeatureInfo? |
|
yes, this is two different things. We wanted a way to send a GetMap request for a group of layers with more than 1 level (more than 1 subdirectory). I will see if we can do more but I don't think so. |
|
The name of the ticket really made be think that "queryable" is dealing with GetFeatureInfo. I have thought that there is an open ticket about group layers which appear always non-queryable in GetCapabilities but I could not find such. QGIS for example does not activate the query tool for any group layers now. |
Must be #5220 |
No description provided.