Add a record
Instructions for use
SuperMap iDesktopX supports adding records in the space blockchain Dataset, and the added record structure shall be consistent with the structure defined by the Dataset.
Operating instructions
- YamlFile Path: After the blockchain network is set up, copy the blockchain-network- config. Yaml blockchain Config File under the network installation path../Fabric-Network/soft to the local. Enter the local storage path here, for example, "E: \ blockchain-network- config. Yaml" ".
- Dataset Name: The Dataset Name to which the record was added.
- Field value: enter the field value of the record in JSON format, and enter the field name and field value. According to different Data Type recording methods: { "SmGeometry": "Geometry Type (geoWKT Coordinate Value)", "Field Name": Numeric Field Value, "Field Name": "Text Field Value" }. Record the structure of the structure Reference dataset, where SmGeometry is required, Select Fields is optional, and it is the default value if it is not filled in. Examples are as follows:
{ "SmGeometry": "POINT (113. 6608463142181523 34. 7613215641321056)", "ID": 16568, "NAME": "People's Park", "AREA": 1200 }
- After setting, click "Run".
Related topics
Create a new blockchain Dataset