<div dir="ltr">Dear,<div><br></div><div>I have a country shapefile and I would like to style everything, besides the one feature in the polygon.</div><div><br></div><div>This is a shapefile layer, so I'm wondering on how I could possibly improve this:</div><div><br></div><div><div><br></div><div>        LAYER</div><div>                NAME "gadm"</div><div>                TYPE POLYGON</div><div><span class="" style="white-space:pre">               </span>TRANSPARENCY 70</div><div>                DATA "gadm28.shp"</div><div>                STATUS default</div><div><span class="" style="white-space:pre">             </span>DEBUG 4</div><div><br></div><div>                CLASS</div><div><span class="" style="white-space:pre">                       </span>EXPRESSION ("[ISO]" != "NLD")</div><div><br></div><div>                        style</div><div>                                color "#000000"</div><div>                        end</div><div><br></div><div>                END</div><div>        END</div></div><div><br></div><div>Basically, I would like to only use the data from the netherlands (NLD), because it's a lot less data, and color everything else, besides the one feature that it has.</div><div><br></div><div>My above (working example) is taking the entire world and only filtering out what I want to see.</div><div><br></div><div>The goal is to visually create a map of a single country and block out all the rest ;-). It's rendered as a tile layer. (gmaps)</div><div><br></div><div>Thanks in advance for your feedback.</div><div><br></div><div>Best regards,</div><div>Wim</div></div>