Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

W2XP problem with fouling next to all fields

Featured Replies

Hi!
I am pretty sure it is the wrong forum to ask this (and hopefully someone more wise than me will move the question).

I have a problem finding the rule that defines the fouling next to every OSM field.
Best example is if you just look at the two attached screenshots.

I would like to just have no fouling next to the fields - that's all.
My config file is also attached (more or less the HD one).

THX in advance!!!

spacer.png

spacer.png

  • Author

Finally I found out what generates the fouling around fields.

As the manual states (on page 49):
"This rule would surround farmland fields with small trees."
The rule looks as follows:

<rule type="forest">
  <filter type="key‐value">
    landuse=farmland
  </filter>
  <density>200</density>
  <perimeteronly>true</perimeteronly>
  <pass-through>true</pass-through>
  <forests>
    <forest>shrubs.for</forest>
    <forest>mixed.for</forest>
  </objects>
</rule>

Looking into the configuration file I use (originated from the HD config file) the following rule (including the marked change) solves my problem:

<rule type="forest">
  <filter type="key-value">
    landuse=farm
    <!-- landuse=farmland -- THIS FINALY SOLVED MY PROBLEM! -->
    natural=meadow
    landuse=meadow
    landuse=recreation_ground
    landuse=village_green
    natural=grassland
    landuse=grass
    <!-- landuse=field -- I ALSO CHANGED THIS - BELIEVE IT IS ALSO A GOOD IDEA :-) -->
    natural=field
  </filter>
  <simplify>0.5</simplify>
  <perimeter-only>true</perimeter-only>
  <pass-through>true</pass-through>
  <random-density-min>170</random-density-min>
  <random-density-max>235</random-density-max>
  <skip-airport>true</skip-airport>
  <regions>
    <region>!MED</region>
  </regions>
  <forests>
    <forest>forests/Europe/shrubs.for</forest>
  </forests>
  <random-execute seed="farming" min="0" max="100"/>
</rule>

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.