Skip to content

Overlay Toggle Group

andy.rothwell edited this page Aug 28, 2018 · 3 revisions

Overlay Toggle Group

Example:

{
  type: 'overlay-toggle-group',
  options: {
    getKey: function(item) {
      return item.properties.RECMAP;
    },
  },
  slots: {
    title: 'Registry Maps',
    items: function(state) {
      return state.sources.regmaps.data;
    }
  }
}
Clone this wiki locally