How to create a Geo Plugin to import Buildings at Project creation: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 18: Line 18:
{{article end
{{article end
| notes=
| notes=
* [[Geo Plugin]]s are only used when a [[Project]] is used as a [[Project Template]] for the creation of a new [[Project]].
* [[Geo Plugin]]s are only used when a [[Project]] is used as a [[Template Project]] for the creation of a new [[Project]].
* One layer may potentially contain multiple types of [[Building]]s which should be loaded in as separate [[Function]]s. Multiple [[Geo Link]]s can be added, each for a single [[Function]], and with "Matching Attributes" defined to filter which features in the data source are applicable for that [[Function]].
* One layer may potentially contain multiple types of [[Building]]s which should be loaded in as separate [[Function]]s. Multiple [[Geo Link]]s can be added, each for a single [[Function]], and with "Matching Attributes" defined to filter which features in the data source are applicable for that [[Function]].
| howtos=
| howtos=

Revision as of 11:44, 2 November 2022

A common occurrence with Template Projects is that additional data is required in order to make their calculations function properly. This data can include buildings or other Buildings. To minimize the effort required to create new projects which rely on additional data, a Geo Plugin can be set up to automatically import that data into new projects. For Buildings, this does not only include setting up the Geo Plugin itself, but also a Geo Link to define the desired Function(s).

Editor → Tools (Ribbon tab) → Geo Plugins (Ribbon bar)
How to set up a Geo Plugin to import Building:
  1. Ensure a Project Source is set up from which the relevant Buildings can be obtained.
  2. Open the overview for Geo Plugins.
  3. At the bottom of the left panel, select the BUILDINGS type and select "Add".
  4. Select the newly created Geo Plugin.
  5. In the right panel, click on the source's "Select", and select the Project Source which relates to the desired GeoJSON.
  6. Configure the layer (if applicable for the specified Project Source). Configure the Attribute for the name and unique ID accordingly.
  7. Switch to the "GeoLinks" tab, and select "Add" at the bottom to add a Geo Link. Select the newly added Geo Link.
  8. In the bottom panel, click on "Select Fuction".
  9. Select the desired Function to import the Buildings as.
  10. The Geo Plugin is now confgured.

Notes

See also