Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
Description
With the new DDS (Data-driven styling) we have the possiblity to style a given area.
One thing that I have seen frequently in Stack overflow questions is to have a styled polygon covering the whole world, and some areas excluded from the overlay.
Example questions:
One could (partially) achieve that with DDS by doing the following:
Note the use of
!=
which will apply the style to every feature, except Switzerland.But this has 2 major flaws:
It would be great if we could either:
This would allow developers to be able to achieve this without the use of external resources.
Example fiddle styling all features (countries) except Switzerland (highlighting the issues I mentioned above).