Project packaging and operation

This page describes how to package a good project into exe and run it. The procedure is as follows:

  1. Packaging project:
    • Click SuperMap -> Configure Packaging Environment , and you will be prompted in Console that " Configuration of Packaging Environment succeeded ".
    • Click Project file -> build settings to enter the Build Settings dialog box.
    • If the current project is a URP pipeline, you need to click onPlayer Settings ->Player, modifyAPI Compatibility Leverageto .Net Standard 2.1, after modification, return to the Build Settings dialog box
    • Click on the build in the bottom right corner of the publish box to package.

  2. Run exe:
    • After packaging is completed, open the folder where the project is packaged and stored, select the exe file and run it, and you will enter the operation interface.

Notes:

  • Note: When running the program after publishing, you cannot modify the location of the loaded data on the local disk, otherwise the layer will not be displayed after running the exe; if other computers are running the exe, you need to load the data along the path used in the publishing computer. The data path used is the same, otherwise the layer will not be displayed after running the exe.