This is a comonent similar to the regular drawing component, however it combines bookmark
functionality so that once a sketch has been made a message can be sent with a bookmark link
that points to the drawing. When configuring the Doel Flamingo applicatie
to open the bookmark in a different viewer (eg. PROVINCIE) than the originating viewer (eg. GEMEENTE)
this must be a mashup to make things work.
Note that bookmarks on the “Beheer bookmarks” page will always point to the originating application.
This is a subclass of the regular Edit component to support workflow.
The title of this component is update when attribute data is loaded to reflect the object being edited, the fields supported for this are:
This component extends the featureinfo popup with a link to provide extra information on the kavels layer, the link text is the title of the component (no title - no link).
Configure the component to use the kavels layer as the “Factsheet kaartlaag”. The kavels layer should have the following joins and relates configured:
kaveloppervlak
is a field in kavel table v_kavel_oppervlakte
(gt_key
= gt_key
)v_factsheet_terrein_info
(terreinid
= terreinid
)v_grootste_10_bedrijven_op_terrein
which provide the 10 biggest
companies on the terrain that the kavel is part of (terreinid
= terreinid
).In the components “Selecteer de kaartlagen voor de legenda” list check the layers to be part of the legend (Bedrijventerrein begrenzing and Bedrijventerrein kavels)
To be able to zoom in to the terrein the geometry field of the v_factsheet_terrein_info
must
be checked in the attributes tab.
The IbisReports uses a special layer that is only to be used for the component and not anything else. Next to that it directly uses an “Attribuutbron” to retrieve data of the views specified in the control admin.
v_component_ibis_report
that is created from the same view. Attach a WFS attribute source to this layer.Applicatie > niet in de kaart > ibis report component > ibis report component
,
turn on all attributes. (Do not add the layer to the “Kaartbeeld”)There are some css classes available for additional styling:
IbisReportBtn
for the sidebar buttonIbisReportFormTitel
for the headers in the criteria formIbisReportFormBtn
for the report buttonsFiltering occurs on the following fields:
value
]value
]value
]value
]If fields don't match they won't be used for filtering, eg. if a table has no einddatum
field but
the user selects on anyway it will be ignored.
The IbisLocationFinder uses the same layer as the IbisReport component, see above for configuration. The two components share a common datastore so that the location data only needs to be downloaded once.
bedrijventerrein
to gemeente
(gemeente_naam
= naam
)bedrijventerrein
to v_terrein_oppervlakte
(gt_pkey
= gt_pkey
)For the possible values list in the viewer-admin edit configuration use the
following for the layers that have workflow enabled (kavels + terreinen):
bewerkt:Bewerkt,definitief:Definitief,archief:Archief,afgevoerd:Afgevoerd
note there is no space after the comma.
Next add the following (workflow) user groups in flamingo and add the users to the groups:
If you need to prevent some users from editing geometry create a usergroup for that (eg. cannot_edit_geometry) and attach them to this group, next specify the group on that cannot edit geometry on the layer in the “Service en Kaartlagen” view of the viewer-admin