-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Arcgis services description #58454
base: master
Are you sure you want to change the base?
Arcgis services description #58454
Conversation
ArcgisServices description
ArcGIS Services description
ArcGIS Service description
Have you got a screenshot what this looks like? |
It add for each arcgis rest service if is a MapService or Feature Service |
Thanks for the contribution, but I'm a -1 to this change. I think it adds a lot of extra text to the browser just to show something which is already visible via the icon. |
Several entities have asked us for this change to quickly see the type of service, it is just the additional text in brackets (FeatureService or MapService)... |
What about putting this in the tooltip? The other issue I have is that some datasets are exposed as both feature services AND map services. QGIS shows two items for these under the same group. If you add the service type to the group, then it's misleading for these items... |
I will speak with my colleagues about it... |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
While we hate to see this happen, this PR has been automatically closed because it has not had any activity in the last 21 days. If this pull request should be reconsidered, please follow the guidelines in the previous comment and reopen this pull request. Or, if you have any further questions, just ask! We love to help, and if there's anything the QGIS project can do to help push this PR forward please let us know how we can assist. |
Hi,
... or perhaps they now are in a latest QGIS version ? (sorry if it the case) Anyway, if you think that adding some text in ( ) after service name make the UI too dense, we can indeed propose to use specific icons for feature / map / image services |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reopen pull request
Let's take an example: https://gislegacy.scc.qld.gov.au/arcgis/rest/services/Biota/Biota_SCRC/MapServer This is how it's shown in QGIS: The datasets on the server have BOTH the "export map" and "query" capabilities, so they can be accessed using either the mapserver or feature server protocols. Accordingly it makes no sense to append either "Feature Server" or "Map Server" on the "Biota_SCRC" group, as the group contains both service types. You can also see in the screenshot that different icons are used for mapserver (raster)/feature server (vector) versions of these layers. |
@nyalldawson Your screenshot is showing the multiple feature layers inside a single map service called Biota_SCRC and reachable at the following endpoint : What our development intend to adress is the distinction between map services, feature services and image services inside a global ArcGIS Server endpoint such as : https://xxx/arcgis/rest/services Here is an example : In QGIS :
Here an example of what we can do to differentiate map service, feature service and image services (quick work, surely need to rework icons) : I hope it's clearer |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
A little up before it gets closed ... |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
A little up before it gets closed ... |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
Up |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
Up |
@jlo-arxit Hey ! You still have failures on the CI, I guess you'll have better chances getting another review and approval once fixed. From a quick look at the logs you probably miss some docstrings and haven't updated the SIP bindings (see https://docs.qgis.org/3.34/en/docs/developers_guide/codingstandards.html#generating-the-sip-file - I hope it's up to date, haven't used this in a long while) edit: ping @arx-it |
Add a description type to arcgis rest services browser list (ex: Feature Service or MapService)