# Default locations for repositories (to get initial shapefiles)
repos:
  naturalearthdata:
    # Weird \/ here as urljoin converts '//' to '/' but that doesn't work on naturalearthdata
    base_url: http://www.naturalearthdata.com/http\//www.naturalearthdata.com/download
parameters:
  projection:
    type: mercator
    width: 1580
    height: 900
    scale: 250
    center: [0, 10]
    rotation: [0, 0]
  filter:
    key: ADM0_A3
    type: countries
style:
  svg: # The background
    background: '#DDEEFF' # A light sea tone
  path: # Regions
    fill: '#EEFFEE'
    stroke: '#000000' # Border line colour
    stroke-width: '0.5px' # Border line thickness
