# Example with countries coloured based on the national flag.
shape_data:
  repo: naturalearthdata
  base: 10m/cultural
  filename: ne_10m_admin_0_countries.zip
  compressed: true
parameters:
  projection:
    type: mercator
    width: 960
    height: 960
    scale: 2800
    center: [2, 46]
  countries:
    FRA:
      fill: '#0055A4'
    DEU:
      fill: '#FFCC00'
    BEL:
      fill: '#FF0F21'
    NLD:
      fill: '#FA9B1E'
    LUX:
      fill: '#00A3E0'
    AUT:
      fill: '#FF0000'
    CHE:
      fill: '#F00000'
    ITA:
      fill: '#009246'
    ESP:
      fill: '#AA151B'
    PRT:
      fill: '#006600'
    GBR:
      fill: '#002776'
    GGY:
      fill: '#002776'
    IMN:
      fill: '#002776'
    JEY:
      fill: '#002776'
    IRL:
      fill: '#169B62'
    AND:
      fill: '#FEDD00'
    LIE:
      fill: '#002b7F'
    MCO:
      fill: '#CE1126'
    VAT:
      fill: '#FFE000'
    SMR:
      fill: '#66CCCC'
