Adjusted required level of details for track labels to show.
This commit is contained in:
parent
05a30b7591
commit
bacb2dd52a
|
@ -763,7 +763,7 @@ unsigned int TRACK::ViewGetLOD( int aLayer ) const
|
||||||
// Netnames will be shown only if zoom is appropriate
|
// Netnames will be shown only if zoom is appropriate
|
||||||
if( IsNetnameLayer( aLayer ) )
|
if( IsNetnameLayer( aLayer ) )
|
||||||
{
|
{
|
||||||
return ( 20000000 / ( m_Width + 1 ) );
|
return ( 40000000 / ( m_Width + 1 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Other layers are shown without any conditions
|
// Other layers are shown without any conditions
|
||||||
|
|
Loading…
Reference in New Issue