Adjusted required level of details for track labels to show.

This commit is contained in:
Maciej Suminski 2016-05-02 16:08:51 +02:00
parent 05a30b7591
commit bacb2dd52a
1 changed files with 1 additions and 1 deletions

View File

@ -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