<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Thank you Charly!</div>

<div>The first option works well for our project.</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Freitag, 22. Juni 2018 um 19:50 Uhr<br/>
<b>Von:</b> "Charlotte Toma (WhereGroup)" <charlotte.toma@wheregroup.com><br/>
<b>An:</b> "Mapbender User List" <mapbender_users@lists.osgeo.org><br/>
<b>Betreff:</b> Re: [Mapbender-users] Digitizing several groups of polygons</div>

<div name="quoted-content">Hi Hannah,<br/>
<br/>
you can add multiple digitizer-elements in one application and in each<br/>
digitizer-elment you can define a unlimited number of surfaces for the<br/>
data collection.<br/>
For your workflow you should do this:<br/>
* add digitizer with name "land-use" and for each land-use one scheme,<br/>
e.g. "forest", "street", ...<br/>
* add second digitizer with name "projekt" and there you can add more<br/>
schemes<br/>
<br/>
The code should look like this (important is the unique name of the<br/>
scheme):<br/>
<br/>
landuse_forest:<br/>
label: 'Land-use FOREST'<br/>
featureType:<br/>
connection: search_db<br/>
table: landuse_forest<br/>
uniqueId: gid<br/>
geomType: polygon<br/>
geomField: geom<br/>
srid: 4326<br/>
toolset: [...]<br/>
popup: [...]<br/>
tableFields: [...]<br/>
styles: [...]<br/>
formItems: [...]<br/>
landuse_street:<br/>
label: 'Land-use STREETS'<br/>
featureType:<br/>
connection: search_db<br/>
table: landuse_street<br/>
uniqueId: gid<br/>
geomType: polygon<br/>
geomField: geom<br/>
srid: 4326<br/>
toolset: [...]<br/>
popup: [...]<br/>
tableFields: [...]<br/>
styles: [...]<br/>
formItems: [...]<br/>
<br/>
second digitizer with definition of project-schemes:<br/>
<br/>
projekt_poi:<br/>
label: 'Land-use STREETS'<br/>
featureType:<br/>
connection: search_db<br/>
table: poi<br/>
uniqueId: gid<br/>
geomType: polygon<br/>
geomField: geom<br/>
srid: 4326<br/>
toolset: [...]<br/>
popup: [...]<br/>
tableFields: [...]<br/>
styles: [...]<br/>
formItems: [...]<br/>
projekt_line:<br/>
label: 'Land-use STREETS'<br/>
featureType:<br/>
connection: search_db<br/>
table: line<br/>
uniqueId: gid<br/>
geomType: line<br/>
geomField: geom<br/>
srid: 4326<br/>
toolset: [...]<br/>
popup: [...]<br/>
tableFields: [...]<br/>
styles: [...]<br/>
formItems: [...]<br/>
<br/>
The other option is to make one big digitizer-scheme for landuse and one<br/>
field in this digitizer-formular for the classification via a selecbox<br/>
(with forest, street, ...).<br/>
You can't use one digitizer-scheme for diffrent geometry types.<br/>
<br/>
Greetings<br/>
Charly<br/>
<br/>
Am 2018-06-22 16:04, schrieb Hannah Seeger:<br/>
> Hello Mailing-List!<br/>
><br/>
> I have a question concerning the digitizer element: is it possible to<br/>
> split the feature types (point/line/polygon digitizing) in multiple<br/>
> groups?<br/>
> I need to draw several groups of polygons with different formulars:<br/>
> e.g. one polygon-group for "land-use" objects that can be classified<br/>
> in several categories, another polygon-group containing "project"<br/>
> objects that are as well classified in several categories, and so on.<br/>
> In the YAML-definition in the textarea schemes I've tried to copy,<br/>
> paste and adapt the "polygon-code" for the different groups needed,<br/>
> but unfortunately this is not working (it only appears one group for<br/>
> polygon-digitizing).<br/>
><br/>
> Is there a possibility to do this?<br/>
><br/>
> Thanks a lot in advance!<br/>
> Hannah<br/>
> _______________________________________________<br/>
> Mapbender_users mailing list<br/>
> Mapbender_users@lists.osgeo.org<br/>
> <a href="https://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapbender_users</a><br/>
_______________________________________________<br/>
Mapbender_users mailing list<br/>
Mapbender_users@lists.osgeo.org<br/>
<a href="https://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapbender_users</a></div>
</div>
</div>
</div></div></body></html>