LAYER THEMES WITH VIEWER 2.3
I'm experiencing unexpected behaviour using layer themes. When I select a theme from the viewer I see that themes appear in the layer list but they're off, so I need to toggle them twice in order to see them in the map. Also, changin active Layer Theme, some layers from previous combination still appear in layers' list.
Anyone getting the same problems?
It happens also in Silverlight viewer
Guidio
-
Same problem here... Some layers wont turn off. I have also experienced the 2.3 viewer consistently crashing on iOS.
0 -
Similar behaviour here. Turn on the theme, but the layers don't draw as configured in Essentials. You have to toggle the visibility in the layer list on / off / on. Also getting errors with themes in the Silverlight Viewer v2.3.
Cheers0 -
Yes, we are also having problems with silverlight 2.3 browser as well. The essential manager won't allow the ability to turn some layers back on or off as well.
0 -
I seemed to have found a temporary workaround. It Essential Manager 4.2 I was unable to turn off some of the map layers. They appeared to be grayed out. I was able to dig into the code and remove a function that was causing it. We were also experiencing with the "All layers" theme in both HTML and SL that all layers were turned on, when in in turn they were not inside of manager.
Here is what I changed... under Rest Elements\Manager\Views\LayerThemes\Edit.aspx
Make a backup of the file... and remove : disabled='true'
<script id="layerlist-checkbox-template" type="text/kendo-ui-template">
<input type="checkbox" name="visible-#= item.uid #" value="true"
# if (item.checked) { #
checked
# } #
# if (!item.checkable || item.readOnly) { #
disabled='true'
# } #
# if (!item.includedInTheme) { #
style="display:none";
# } #
/>
</script>
0 -
Thank you for providing information regarding this problem. We have been able to reproduce this issue and have filed issues against both of the viewers. We hope to address these issues soon.
0 -
Thank you all!
0 -
Hello again,
We are able to reproduce this issue in the Viewer for Silverlight but have not been able to reproduce it in the Viewer for HTML5. Originally, I had assumed that it was identical to the Viewer for Silverlight issue but after testing more thoroughly, found that this was not the case.
Could you provide more information about the type of layer this is affecting (ArcGIS, WMS, tiled, etc.) and your configuration for the layer on the Map section's 'Layer List' and 'Map Services' tabs?
JTo clarify some of the functionality that has changed, the configuration of what will appear on the Layer List, by default, within the viewer is dependent upon the configuration of the Layer List tab; the Map Services tab determines the draw order and spatial reference of the map. The 'All Available Layers' theme indicates that this theme contains all of the available layers, but takes its visibility settings from the values set in Manager for that theme.
Thanks,
Stefan0 -
Morning Stefan,
I'm getting this behaviour with ArcGIS Map Services. The layers can be 3-4 folders deep. For those participating in themes the layer is toggled on, as is the first parent folder, but folders higher up and the map service itself are off (this matches the configuration in the layer list, map list, and the default visibility on the service itself).
Here's the site's REST end point, and I'd be happy to provide files if it helps
https://geo.grey.ca/Geocortex/Essentials/REST/sites/Public__Planning__Development/map
Cheers,
Jody0 -
Hello Jody,
If you could send me a Site.xml and the steps taken to reproduce the issue, that would be very helpful.
Thanks,
Stefan (sschweigert@latitudegeo.com)0 -
Has anyone else noticed the Layer Themes list pull down not displaying well in the map layers list? All Layer Themes show up fine when pulled down.
/customer/servlet/servlet.FileDownload?file=00P6000000elu6SEAQ
0 -
Hi Matt,
We have been able to reproduce this issue and a bug report has been created. We hope to address this issue soon.
--Alejandro
0 -
Thanks Alejandro.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
12 kommentarer