Webgl Layer / rename literalStyle property to style
This commit is contained in:
@@ -43,7 +43,7 @@ function refreshLayer() {
|
||||
}
|
||||
pointsLayer = new WebGLPointsLayer({
|
||||
source: vectorSource,
|
||||
literalStyle: literalStyle
|
||||
style: literalStyle
|
||||
});
|
||||
map.addLayer(pointsLayer);
|
||||
editor.value = JSON.stringify(literalStyle, null, ' ');
|
||||
|
||||
Reference in New Issue
Block a user