Skip to content

Commit

Permalink
fix(l7): update package
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Mar 16, 2019
1 parent 7c555c2 commit ee54e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/heatmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.source(data)
.size('mag', [ 0, 1 ]) // weight映射通道
.style({
intensity: 2,
intensity: 100,
radius: 30,
rampColors: {
colors: [ 'rgba(33,102,172,0.0)', 'rgb(103,169,207)', 'rgb(209,229,240)', 'rgb(253,219,199)', 'rgb(239,138,98)', 'rgb(178,24,43,1.0)' ],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "1.1.1",
"version": "1.1.3",
"description": "Large-scale WebGL-powered Geospatial Data Visualization",
"main": "build/l7.js",
"browser": "build/l7.js",
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const pkg = require('./package.json');
module.exports = {
devtool: 'cheap-source-map',
entry: {
l7: './src/index.js',
three: './src/core/three.js'
l7: './src/index.js'
},
output: {
filename: '[name].js',
Expand Down

0 comments on commit ee54e52

Please sign in to comment.