The <identify-report-coordinates> element contains zero or more projection
elements to indicate what coordinate systems that the user click point should
be reported in the default identify and drill-down identify reports. If you
do not want the coordinates to be displayed in the reports, this element can
be added to the site configuration file with no child projection elements.
| Frequency |
Parent Elements (this element is valid within): |
|
PRS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
PRS1 |
The <identify-report-coordinates> element is required once in the <site config>
element in the specified sequence.
|
|
O+ |
Zero or more child projection elements may appear within the
<identify-report-coordinates> element. If you don't wish to display the
coordinates on your reports, don't include any of the child projection
elements in the <identify-report-coordinates> element.
|
| |
|
|
Examples:
<!-- Show geographic and UTM coordinates on identify reports -->
<identify-report-coordinates>
<projection-geographic/>
<projection-utm-auto/>
</identify-report-coordinates>
<!-- Don't show coordinates on identify reports -->
<identify-report-coordinates/>