kalisio/kano

View on GitHub
api/config/categories/hydrography.cjs

Summary

Maintainability
Test Coverage
module.exports = function ({ domain }) {
  return [{
    name: 'Categories.HYDROGRAPHY_LAYERS',
    i18n: {
      fr: {
        Categories: {
          HYDROGRAPHY_LAYERS: 'Hydrographie'
        }
      },
      en: {
        Categories: {
          HYDROGRAPHY_LAYERS: 'Hydrography'
        }
      }
    },
    icon: 'las la-water',
    options: { exclusive: false, filter: { type: 'OverlayLayer', tags: { $in: ['hydrography'] } } }
  }]
}