Setting drops over monuments only?

I am a little confised on how to get this to work not sure how the configuration should be.

I want the Chinook to drop over certain monuments but it seems it ignores them instead?

my config is below:

{
  "Prevent the game from handling chinook drops": true,
  "Minimum time until drop (in seconds)": 120,
  "Maximum time until drop (in seconds)": 900,
  "Don't drop above water": true,
  "Don't drop above monuments": false,
  "What monuments to check (only works if monument checking is enabled)": {
    "AbandonedCabins": true,
    "Airfield": true,
    "BanditCamp": false,
    "Compound": false,
    "Dome": true,
    "GasStation": false,
    "GasStation1": false,
    "Harbor1": true,
    "Harbor2": true,
    "Junkyard": true,
    "Launchsite": true,
    "Lighthouse": false,
    "Lighthouse1": false,
    "Lighthouse2": false,
    "MilitaryTunnel": true,
    "MiningOutpost": false,
    "MiningOutpost1": false,
    "MiningOutpost2": false,
    "PowerPlant": true,
    "QuarryHQM": false,
    "QuarryStone": false,
    "QuarrySulfur": false,
    "Satellite": false,
    "SewerBranch": true,
    "SuperMarket": true,
    "SuperMarket1": true,
    "Trainyard": true,
    "WaterTreatment": true,
    "Excavator": false
  }
} 
 "Don't drop above monuments":true,

Merged post

LockedCrate dropped somewhere on the Chinook route.If this monument is not on the route, it cannot fall here

Merged post

Sorry, I didn't read your question clearly and gave you the wrong answer.
"Don't drop above monuments": false,

Make this be true and then any setting below that is false will have it spawn on that monument.

It basically is saying "don't spawn above the monument? Trainyard: false" makes for a double negative which means "spawn above trainyard.

I am going to make sure of this over the next couple of days. If I am wrong, then it is just in reverse, but you still have to have "Don't drop above monuments" be true otherwise it will spawn above everywhere the path of the chinook takes except water if you have "Don't drop above water" set to true, then it will do everywhere, but water.