Changed 'data' to 'miscdata' in Object structure definition.
Showing
1 changed file
with
6 additions
and
2 deletions
... | @@ -143,8 +143,12 @@ | ... | @@ -143,8 +143,12 @@ |
143 | <comment>Optional user friendly description of the GeoObject.</comment> | 143 | <comment>Optional user friendly description of the GeoObject.</comment> |
144 | </elem> | 144 | </elem> |
145 | 145 | ||
146 | <elem name="data" type="Tensor.json" multiplicity="0..1"> | 146 | <elem name="miscdata" type="Tensor.json" multiplicity="0..1"> |
147 | <comment>Optional JSON data associated with this object.</comment> | 147 | <comment>Optional miscellaneous JSON data associated with this object. This field is |
148 | provided to add additional non-typed data to the object, which can be application specific. | ||
149 | Should multiple applications share this data, then likely an updated XID definition would be more | ||
150 | appropriate. | ||
151 | </comment> | ||
148 | </elem> | 152 | </elem> |
149 | </struct> | 153 | </struct> |
150 | 154 | ... | ... |
-
Please register or sign in to post a comment