Modify Feature (Additional Settings)
From GeoMedia Smart Client
Session Filter
Prerequisite
You have to activate the session filter in the registry. Open the registry, click on your site and change the value of the key SessionFilterActivated to "1".
SQL-Statement
If you only want to see your own edits on the specific feature, you have to set the following filter:
Editor={Session.UserName}
- Click Save to store the settings.
- Check the SessionFilter you want to use and click Apply.
Advanced configuration
In this textfield you can define your custom SQL statement. For example you want to see the Extensiontype of your BuildingExtension as a tooltip. Set the feature class active and hover with your mouse over the specific feature.
SELECT b.ID, b.STATUS, b.EDITOR AS TestEditor, b.GEOMETRY_SPA, b.GEOMETRY, et.NAME AS ExtensionTypeName FROM BUILDINGEXTENSION b INNER JOIN EXTENSIONTYPE et ON b.EXTENSIONTYPE_ID = et.ID

Language: | English |
---|