<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;
        mso-fareast-language:DE;}
span.HTMLVorformatiertZchn
        {mso-style-name:"HTML Vorformatiert Zchn";
        mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert";
        font-family:Consolas;
        color:black;}
span.E-MailFormatvorlage20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.E-MailFormatvorlage21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="DE" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Hello Charlotte,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">thanks for your input.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">But I need to give the polygons 3 different colors, differentiated by attribute.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">But you say “while the digitizer  is active”.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">How can I deactivate the digitizer? Then I could work with the WMS.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Patrick<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:DE">Von:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:DE"> Mapbender_users
 [mailto:mapbender_users-bounces@lists.osgeo.org] <b>Im Auftrag von </b>Charlotte Toma<br>
<b>Gesendet:</b> Donnerstag, 24. November 2016 09:32<br>
<b>An:</b> Mapbender User List<br>
<b>Betreff:</b> Re: [Mapbender-users] Digitizer<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Hello, <br>
<br>
you can style the apperance of your digitizer features. Here are two examples for points and polygons:
<br>
<br>
[...]<br>
    displayPermanent: false<br>
    styles:<br>
        default:                      # style without the selection of a geometry<br>
            strokeWidth: 2<br>
            strokeColor: '#0e6a9e'<br>
            fillColor: '#1289CD'<br>
            fillOpacity: 1<br>
            fillWidth: 2<br>
            pointRadius: 10<br>
        select:                       # style when a geometry is selected<br>
            strokeWidth: 3<br>
            strokeColor: '#0e6a9e'<br>
            fillOpacity: 0.7<br>
            pointRadius: 10<br>
<br>
or for polygons: <br>
[...]<br>
  styles:<br>
    default:<br>
      strokeWidth: 2<br>
      strokeColor: '#0e6a9e'<br>
      fillColor: '#1289CD'<br>
      fillOpacity: 1<br>
      fillWidth: 2<br>
      pointRadius: 0.1<br>
    select:<br>
      strokeWidth: 3<br>
      strokeColor: '#0e6a9e'<br>
      fillOpacity: 0.7<br>
      pointRadius: 10<br>
<br>
with this parameter you can put a color to the polygons in the map while the digitizer is active. I would also make the wms with diffrent colors (via classes) of an attribute in the digitizer-form.<o:p></o:p></p>
<pre>-- <o:p></o:p></pre>
<pre>Mit freundlichen Grüßen<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Charlotte Toma<o:p></o:p></pre>
<pre>GIS-Consultant<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>********************************************<o:p></o:p></pre>
<pre>Where2B Konferenz 2016<o:p></o:p></pre>
<pre>15. Dezember 2016 in Bonn<o:p></o:p></pre>
<pre><a href="http://www.where2b-conference.com">www.where2b-conference.com</a><o:p></o:p></pre>
<pre>******************************************** <o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> Charlotte Toma<o:p></o:p></pre>
<pre> WhereGroup GmbH & Co.KG<o:p></o:p></pre>
<pre> Eifelstraße 7<o:p></o:p></pre>
<pre> 53119 Bonn<o:p></o:p></pre>
<pre> Germany<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> Fon: +49(0)228 90 90 38 - 24<o:p></o:p></pre>
<pre> Fax: +49(0)228 90 90 38 - 11<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> <a href="mailto:charlotte.toma@wheregroup.com">charlotte.toma@wheregroup.com</a><o:p></o:p></pre>
<pre> <a href="http://www.wheregroup.com">www.wheregroup.com</a><o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre> Folgen Sie der WhereGroup auf twitter: <a href="http://twitter.com/WhereGroup_com">http://twitter.com/WhereGroup_com</a><o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Amtsgericht Bonn, HRA 6788<o:p></o:p></pre>
<pre>-------------------------------<o:p></o:p></pre>
<pre>Komplementärin:<o:p></o:p></pre>
<pre>WhereGroup Verwaltungs GmbH<o:p></o:p></pre>
<pre>vertreten durch:<o:p></o:p></pre>
<pre>Olaf Knopp, Peter Stamm<o:p></o:p></pre>
<pre>------------------------------- <o:p></o:p></pre>
<div>
<p class="MsoNormal">Am 24.11.2016 um 09:13 schrieb Patrick Meis:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span lang="EN-US">Hello fellow users,</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">I am currently experimenting with the digitizer module, wanting to provide our firefighters with
</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">a means to create polygons (with two attached attributes).</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Is it possible to directly put a color to the polygons (defined by one of the attributes)?</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Or, if not, to toggle the whole toolset “digitizer” and the display of the polygons off?</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">I would then make a WMS out of the layer and style that accordingly.</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">But with the digitizer constantly in “on-mode”, the polygons would overlap.</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Connecting the digitizer to a “Button”-feature doesn’t seem to work too.</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Am I missing something obvious?</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Greets and thanks for advice</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Patrick</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:DE"><br>
<br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Mapbender_users mailing list<o:p></o:p></pre>
<pre><a href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a><o:p></o:p></pre>
<pre><a href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:DE"><o:p> </o:p></span></p>
</div>
</body>
</html>