-
Notifications
You must be signed in to change notification settings - Fork 32
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
Labels in ArcGIS Dashboard with transformed coordinates #181
Comments
This is an issue with using labels of portal items in db
…On Wed, May 13, 2020, 5:23 AM wellbloud-cz ***@***.***> wrote:
Hello @rgwozdz <https://github.com/rgwozdz>, Can I ask you one more
question about this issue. After using your workaround is all right. But
now I have noticed that in ArcGIS Dashboards (web version) I can't display
labels for Koop feature layer with this workaround. When I cancel this
workaround, labels are displayed.
This issue is only in Dashboard application. Other interfaces (Map Viewer
3.x or 4.x, application in JS API 4.x) are OK.
Is there any solution for this?
Thanks
*Originally posted by @wellbloud-cz <https://github.com/wellbloud-cz> in
#169 (comment)
<#169 (comment)>*
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#181>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6LCVCV7YRFP7NBSQCCXL3RRJYJXANCNFSM4M7TYIDA>
.
|
Sorry, I don't understand it. Could you explain it me? |
@wellbloud-cz can you refresh me regarding which workaround you are doing, and why. I think it's because you're data needs to be served in a particular projection, but can you provide the details? |
A koop feature service that is saved with proper labeling as an item in the
portal does not render those saved labels in dashboard.
The work around is to slightly change something about the item (size or
color of label maybe) and NOT save back as item, save the webmap, now the
koop feature service rendering and labels are save at a map level, and they
will work.
There is an issue with opsdb rendering koop feature service labels that are
stored as an item in the portal.
Regards
Keith
…On Tue, May 19, 2020 at 9:04 AM Rich Gwozdz ***@***.***> wrote:
@wellbloud-cz <https://github.com/wellbloud-cz> can you refresh me
regarding which workaround you are doing, and why. I think it's because
you're data needs to be served in a particular projection, but can you
provide the details?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6LCVDR7GXOJTX6QJC3AA3RSKGV5ANCNFSM4M7TYIDA>
.
|
Thanks for your explanation. I tried to do your workaround in the past, but it doesn't go to success. |
It was workaround for reprojecting data to WGS84 using proj4 using pseudocode below:
When I remove this pseudocode from Koop, I can display labels in Dashboard. |
@wellbloud-cz This sounds like a limitation of Dashboard. Perhaps Dashboard has issues with data served in non-standard projections? Have you tried adding data (in projection 5514/102067) to dashboard from a non-Koop source? Curious if labels work in that scenario. |
Can you share the URL to the Dashboard?
|
Here is URL to the Dashboard: |
Nothing loads, is that what you are seeing? Looking at the network tab, Portal calls are returning:
Item does not exist or is inaccessible.
|
Sorry for my delay. It was issue with DNS. Now, it would be OK. Dashboard is avaiable here https://arcg.is/0Kizza |
Hello @rgwozdz, Can I ask you one more question about this issue. After using your workaround is all right. But now I have noticed that in ArcGIS Dashboards (web version) I can't display labels for Koop feature layer with this workaround. When I cancel this workaround, labels are displayed.
This issue is only in Dashboard application. Other interfaces (Map Viewer 3.x or 4.x, application in JS API 4.x) are OK.
Is there any solution for this?
Thanks
Originally posted by @wellbloud-cz in #169 (comment)
The text was updated successfully, but these errors were encountered: