Overlapping street numbers of feature layers
Posted: Thu Oct 01, 2015 7:05 am
Hello,
we are using the Winforms .NET map control to visualize four different layers:
How can we hide the street numbers within the feature layers PTV_TrafficIncidents and PTV_TruckAttributes.
The following rendering and OverlappingResolution settings do not work:
Thanks!
we are using the Winforms .NET map control to visualize four different layers:
- 1) Background
2) Labels
3) PTV_TrafficIncidents
4) PTV_TruckAttributes
How can we hide the street numbers within the feature layers PTV_TrafficIncidents and PTV_TruckAttributes.
The following rendering and OverlappingResolution settings do not work:
Code: Select all
<?xml version='1.0' encoding='us-ascii'?><Profile xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><Common language='de' majorVersion='1' minorVersion='0' /><FeatureLayer majorVersion='1' minorVersion='0'><GlobalSettings enableTimeDependency='true' /><Themes><Theme id='PTV_TrafficIncidents' enabled='true' priorityLevel='0' /><Theme id='PTV_TruckAttributes' enabled='true' priorityLevel='0' /><Theme id='PTV_RestrictionZones' priorityLevel='0' /><Theme id='PTV_SpeedPatterns' priorityLevel='0' /></Themes></FeatureLayer><Rendering majorVersion='1' minorVersion='0'><Country id='*'><Theme id='PTV_TrafficIncidents'><OverlappingResolution scope='ALL_THEMES' forceDisplay='false' /></Theme><Theme id='PTV_TruckAttributes'><OverlappingResolution scope='ALL_THEMES' forceDisplay='false' /></Theme><Theme id='PTV_RestrictionZones'><OverlappingResolution scope='ALL_THEMES' forceDisplay='false' /></Theme><Theme id='PTV_SpeedPatterns'><OverlappingResolution scope='ALL_THEMES' forceDisplay='false' /></Theme></Country></Rendering></Profile>