22 | | The idea of the proposal is to be able to some elements to be able to use one or more substitutes of gco:CharacterString. Indeed, some substitute like gmx:FileName or gmx:Anchor could be useful in some situation. |
23 | | The proposal add : |
24 | | * a way configure allowed substitutes for an element |
25 | | * add support for gmx:FileName to be used to store a document in the catalogue |
26 | | * suggest only gml:Polygon for bounding polygon choice list. |
| 22 | The idea of the proposal is to be able for some elements to be able to use one or more substitutes of gco:CharacterString. Indeed, some substitute like gmx:FileName or gmx:Anchor could be useful in some situation. |
| 23 | |
| 24 | The proposal enhancements are : |
| 25 | * Add configuration of allowed substitutes for an element |
| 26 | * Add support for gmx:FileName to be used to store a document in the catalogue (added by default to otherCitationDetails) |
| 27 | * Suggest only gml:Polygon for bounding polygon element. |
| 57 | |
| 58 | This will trigger the following in the editor : |
| 59 | [[Image(substition-group-otherCitationDetails.png)]] |
| 60 | |
| 61 | Using the gmx:FileName, editors could upload document for the element using the upload panel : |
| 62 | [[Image(substition-group-otherCitationDetails-upload.png)]] |
| 63 | |
| 64 | === Configuration for gmd:polygon === |
| 65 | {{{ |
| 66 | <field name="gmd:polygon"> |
| 67 | <suggest name="gml:Polygon"/> |
| 68 | </field> |
| 69 | }}} |
| 70 | will only suggest gmd:Polygon to editors. Furthermore, the bounding polygon extent map drawing tools only allows to draw polygons. This will make the editor more consistent. |