8 lines
147 B
SCSS
8 lines
147 B
SCSS
|
@mixin heatmapSlider() {
|
||
|
@include smartMappingSlider(esri-heatmap-slider);
|
||
|
}
|
||
|
|
||
|
@if $include_HeatmapSlider == true {
|
||
|
@include heatmapSlider();
|
||
|
}
|