MergeMode attribute in Site.xml
I can find no documentation (in the Site XML Reference) on the MergeNode attribute for the MapServices (and some other) elements in the Site.xml. Or am I overlooking something?
<MapServices MergeMode="Remove">
<MapServices MergeMode="Update">
<MapServices MergeMode="Layout">
I’m using Essentials 3.12.
-
Yes this would be very useful. There is nothing about it in the xsd.
0 -
These are used in child sites when using site inheritance.
MergeMode="Remove" = removing map services and layers from the parent site
MergeMode="Update" = changing settings on map services and layers from the parent site
MergeMode="Layout" = changing the draw order of map services from the parent site (and defining what order map services added to the child site should draw in)
0
Please sign in to leave a comment.
Comments
2 comments