mapboard icon indicating copy to clipboard operation
mapboard copied to clipboard

Make a single `layers` option in config

Open ajrothwell opened this issue 7 years ago • 0 comments

Right now layers are configured based on layer type:

tiledLayers: [],
featureLayers: [],

The problem is that you can't apply a global order to layers of different types. So, make this a single list:

layers: [
  {
    type: 'feature',
  }
  ...
]

ajrothwell avatar Feb 02 '18 21:02 ajrothwell