Commit Graph

4875 Commits

Author SHA1 Message Date
thinkinggis 00d58a03c5 feat(hexagon): hexagon heatmap 2019-02-27 15:33:38 +08:00
thinkinggis d14c53042f feat(hexagon): hexagon heatmap 2019-02-27 15:33:38 +08:00
thinkinggis f6847e15d6 feat(hexagon): hexagon heatmap 2019-02-27 15:33:38 +08:00
mipha.ly@alibaba-inc.com bced1b7110 feat heatmap layer 2019-02-27 14:50:10 +08:00
mipha.ly@alibaba-inc.com 6ed876befe feat heatmap layer 2019-02-27 14:50:10 +08:00
mipha.ly@alibaba-inc.com a4aca6a965 feat heatmap layer 2019-02-27 14:50:10 +08:00
mipha.ly@alibaba-inc.com bccb0b3291 feat heatmap layer 2019-02-27 14:50:10 +08:00
thinkinggis d1f69a03cd fix(transform): stattistics 2019-02-26 19:32:09 +08:00
thinkinggis 374554037c fix(transform): stattistics 2019-02-26 19:32:09 +08:00
thinkinggis 6c42e433e1 fix(transform): stattistics 2019-02-26 19:32:09 +08:00
thinkinggis 49d8f603cd fix(transform): stattistics 2019-02-26 19:32:09 +08:00
象数 1094b106bb Merge branch 'grid-heatMap' into 'master'
Grid heat map

增加mapbox
增加多边形热力图

See merge request !5
2019-02-26 17:28:35 +08:00
象数 e611930470 Merge branch 'grid-heatMap' into 'master'
Grid heat map

增加mapbox
增加多边形热力图

See merge request !5
2019-02-26 17:28:35 +08:00
象数 4e86cdb627 Merge branch 'grid-heatMap' into 'master'
Grid heat map

增加mapbox
增加多边形热力图

See merge request !5
2019-02-26 17:28:35 +08:00
象数 bd1200813a Merge branch 'grid-heatMap' into 'master'
Grid heat map

增加mapbox
增加多边形热力图

See merge request !5
2019-02-26 17:28:35 +08:00
thinkinggis cb153f639e fix(map): mapbox 2019-02-26 17:22:55 +08:00
thinkinggis 7eb94a1c3c fix(map): mapbox 2019-02-26 17:22:55 +08:00
thinkinggis 920251d260 fix(map): mapbox 2019-02-26 17:22:55 +08:00
thinkinggis 8d07facc7f fix(map): mapbox 2019-02-26 17:22:55 +08:00
thinkinggis 619fe5c890 fix(shader): confict 2019-02-26 16:58:56 +08:00
thinkinggis 41a3687cfd fix(shader): confict 2019-02-26 16:58:56 +08:00
thinkinggis 704567c1a7 fix(shader): confict 2019-02-26 16:58:56 +08:00
thinkinggis 0ddaeb9e0d fix(shader): confict 2019-02-26 16:58:56 +08:00
thinkinggis bb03cd02cf fix(pick): event 2019-02-26 16:40:15 +08:00
thinkinggis 5d2b6902f6 fix(pick): event 2019-02-26 16:40:15 +08:00
thinkinggis 3360189416 fix(pick): event 2019-02-26 16:40:15 +08:00
thinkinggis 952e03aeb1 fix(pick): event 2019-02-26 16:40:15 +08:00
thinkinggis 1020043eb6 merge 2019-02-26 16:30:59 +08:00
thinkinggis d54a7df8e1 merge 2019-02-26 16:30:59 +08:00
thinkinggis c9c34732d7 merge 2019-02-26 16:30:59 +08:00
thinkinggis bff21a2718 merge 2019-02-26 16:30:59 +08:00
thinkinggis 53e48106c9 feat(source): hexagon 2019-02-26 16:06:43 +08:00
thinkinggis 3ab8aac11a feat(source): hexagon 2019-02-26 16:06:43 +08:00
thinkinggis 4319210237 feat(source): hexagon 2019-02-26 16:06:43 +08:00
thinkinggis 7d73d7f348 feat(source): hexagon 2019-02-26 16:06:43 +08:00
象数 252e1bf5dc Merge branch 'dev-shadermodule' into 'master'
为 shader 增加模块化功能

为 shader 增加简单的模块化功能

详细使用方式:
https://yuque.antfin-inc.com/antv/l7/ui9wii

L7 内置模块的注册在 `src/geom/shader/index.js` 中进行。目前只注册了 common(定义一些常量)、point、polygon 三个模块。因此也只有 polygonMaterial 会使用模块生成的 shader 代码,目前没有任何影响。

See merge request !4
2019-02-26 16:05:37 +08:00
象数 5b262bba42 Merge branch 'dev-shadermodule' into 'master'
为 shader 增加模块化功能

为 shader 增加简单的模块化功能

详细使用方式:
https://yuque.antfin-inc.com/antv/l7/ui9wii

L7 内置模块的注册在 `src/geom/shader/index.js` 中进行。目前只注册了 common(定义一些常量)、point、polygon 三个模块。因此也只有 polygonMaterial 会使用模块生成的 shader 代码,目前没有任何影响。

See merge request !4
2019-02-26 16:05:37 +08:00
象数 913a5f0928 Merge branch 'dev-shadermodule' into 'master'
为 shader 增加模块化功能

为 shader 增加简单的模块化功能

详细使用方式:
https://yuque.antfin-inc.com/antv/l7/ui9wii

L7 内置模块的注册在 `src/geom/shader/index.js` 中进行。目前只注册了 common(定义一些常量)、point、polygon 三个模块。因此也只有 polygonMaterial 会使用模块生成的 shader 代码,目前没有任何影响。

See merge request !4
2019-02-26 16:05:37 +08:00
象数 6ba0818531 Merge branch 'dev-shadermodule' into 'master'
为 shader 增加模块化功能

为 shader 增加简单的模块化功能

详细使用方式:
https://yuque.antfin-inc.com/antv/l7/ui9wii

L7 内置模块的注册在 `src/geom/shader/index.js` 中进行。目前只注册了 common(定义一些常量)、point、polygon 三个模块。因此也只有 polygonMaterial 会使用模块生成的 shader 代码,目前没有任何影响。

See merge request !4
2019-02-26 16:05:37 +08:00
xiaoiver 3181a0dae0 feat(l7): add shader module 2019-02-26 15:09:49 +08:00
xiaoiver 8a454561ad feat(l7): add shader module 2019-02-26 15:09:49 +08:00
yuqi.pyq 363047b4a7 feat(l7): add shader module 2019-02-26 15:09:49 +08:00
yuqi.pyq a6d4774804 feat(l7): add shader module 2019-02-26 15:09:49 +08:00
thinkinggis 6e583a1ec7 refactor(source): source 2019-02-25 23:56:37 +08:00
thinkinggis 9af7f61305 refactor(source): source 2019-02-25 23:56:37 +08:00
thinkinggis 2c2684ae97 refactor(source): source 2019-02-25 23:56:37 +08:00
thinkinggis 37fb76ca9d refactor(source): source 2019-02-25 23:56:37 +08:00
thinkinggis 99e128d11d refactor(core): layer register 2019-02-22 12:03:01 +08:00
thinkinggis 712e983b3e refactor(core): layer register 2019-02-22 12:03:01 +08:00
thinkinggis d62064b874 refactor(core): layer register 2019-02-22 12:03:01 +08:00