Rename _ol_style_Style_ to Style
This commit is contained in:
@@ -10,7 +10,7 @@ import {clamp} from '../math.js';
|
||||
import _ol_obj_ from '../obj.js';
|
||||
import RenderEventType from '../render/EventType.js';
|
||||
import _ol_style_Icon_ from '../style/Icon.js';
|
||||
import _ol_style_Style_ from '../style/Style.js';
|
||||
import Style from '../style/Style.js';
|
||||
|
||||
|
||||
/**
|
||||
@@ -117,7 +117,7 @@ var Heatmap = function(opt_options) {
|
||||
var style = this.styleCache_[index];
|
||||
if (!style) {
|
||||
style = [
|
||||
new _ol_style_Style_({
|
||||
new Style({
|
||||
image: new _ol_style_Icon_({
|
||||
opacity: opacity,
|
||||
src: this.circleImage_
|
||||
|
||||
Reference in New Issue
Block a user