Do not include public transport to rendering rules list
This commit is contained in:
parent
56aff6b1e0
commit
aa8d0d5363
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ public class ConfigureMapMenu {
|
|||
if (renderer != null) {
|
||||
for (RenderingRuleProperty p : renderer.PROPS.getCustomRules()) {
|
||||
if (!RenderingRuleStorageProperties.UI_CATEGORY_HIDDEN.equals(p.getCategory())
|
||||
&& !TransportLinesMenu.TRANSPORT_RENDERING_CATEGORY.equals(p.getCategory())
|
||||
&& (useDepthContours || !p.getAttrName().equals("depthContours"))) {
|
||||
customRules.add(p);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue