Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.

Infill Assistance


Alec Walker
 Share

Recommended Posts

Alec Walker
Posted
Posted

Hi Jake, et al!

Having to wave the white flag here as I'm struggling to get an infill to work.

Essentially want to have the landmass a different colour to water (I'm working on Iceland sector). I have defined the water colour correctly and it shows but I cannot for the life of me get the landmass to fill in.

I've tried map type infill, custom colour names, tried adding Type="Background" to the colour and the map type (your instruction in previous thread wasn't too clear to me as to where exactly it should go for an infill) but absolutely no joy.

Throw this pom a bone, please and put me out of my misery!!

Thanks!

VATSCA Iceland Training Assistant

Link to comment
Share on other sites

Jake Saw
Posted
Posted

You'll want something like this:

 

<Maps>
  <Map Type="Filled" Name="LAND" Priority="1" CustomColourName="MyLandColour">
    <!--land infill, note priority higher than sea map and custom colour-->
    <Infill>
      <Point>
        +304500.000-1204959.999/
        .......
      </Point>
    </Infill>
  </Map>
  <Map Type="Filled" Name="SEA" Priority="2" CustomColourName="MySeaColour">
    <!--Sea infill, note lesser priority and custom colour-->
    <Infill>
      <Point>
        +304500.000-1204959.999/
        .......
      </Point>
    </Infill>
  </Map>
</Maps>

 

Jake

Developer - vatSys

image.png.3cc3dde479bc419c580ca959161ce25e.png

Link to comment
Share on other sites

Alec Walker
Posted
Posted

That's the ticket! Cheers!

VATSCA Iceland Training Assistant

Link to comment
Share on other sites

 Share