Skip to content

Commit

Permalink
update predefined layer/group names for union
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Feb 3, 2021
1 parent 200c92c commit 0e7c9da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/mapfile/union.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:Contact: szekerest at gmail.com
:Author: Jeff McKenna
:Contact: jmckenna at gatewaygeomatics.com
:Last Updated: 2019-11-19
:Last Updated: 2021-02-03

.. contents:: Table of Contents
:depth: 3
Expand Down Expand Up @@ -90,11 +90,11 @@ each of the source layers.
In addition to the source layer attributes the union layer provides
the following additional attributes:

1) Combine_SourceLayerName - The name of the source layer the feature belongs to
2) Combine_SourceLayerGroup - The group of the source layer the feature belongs to
1) Union_SourceLayerName - The name of the source layer the feature belongs to
2) Union_SourceLayerGroup - The group of the source layer the feature belongs to

During the selection / feature query operations only the
'Combine_SourceLayerName' and 'Combine_SourceLayerGroup' attributes
'Union_SourceLayerName' and 'Union_SourceLayerGroup' attributes
are provided by default. The set of the provided attributes can
manually be overridden (and further attributes can be exposed) by
using the ITEMS processing option (refer to the example above).
Expand Down

0 comments on commit 0e7c9da

Please sign in to comment.