weacast/weacast-client

View on GitHub
src/layers/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import { ForecastLayer } from './forecast-layer'
import { FlowLayer } from './flow-layer'
import { HeatLayer } from './heat-layer'
import { ScalarLayer } from './scalar-layer'
import { WindBarbIcon } from './leaflet-windbarb'

let layers = {
  ForecastLayer,
  FlowLayer,
  HeatLayer,
  ScalarLayer,
  WindBarbIcon
}

export default layers