# Example using YAML format showing all the countries of Europe.
shape_data:
  repo: naturalearthdata
  base: 10m/cultural
  filename: ne_10m_admin_0_countries.zip
  compressed: true
parameters:
  projection:
    type: mercator
    width: 1440
    height: 1200
    scale: 1200
    center: [9, 51]
  filter:
    key: CONTINENT
    type: array
    array:
      - Europe
      - Africa
