Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>

<config xmlns="urn:com.cohga.server.config#1.0" xmlns:edit="urn:com.cohga.spatial.edit#1.0">

  <edit:custom id="custom.edit">
    <entity>graffiti</entity>
    <label>Custom Attributes</label>
    <description>Edit the attributes attached to the graffiti</description>
    <supportedGeometry>point</supportedGeometry>
    <requiredGeometry>point</requiredGeometry>
    <parameter id="description">
      <promptText>Description</promptText>
      <controlType>text-box</controlType>
      <column>DESCRIPTION</column>
    </parameter>
  </edit:custom>

</config>

Image Added