Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geo aggregation type : geohex #920

Closed
kyungtaak opened this issue Nov 27, 2018 · 0 comments
Closed

Add geo aggregation type : geohex #920

kyungtaak opened this issue Nov 27, 2018 · 0 comments
Assignees
Labels
@datasource Component Name : Datasource/Connection Management @engine Issues related to engine enhancement Request Change and Feature Enhancement
Milestone

Comments

@kyungtaak
Copy link
Contributor

kyungtaak commented Nov 27, 2018

Is your feature request related to a problem? Please describe.
기존 geo column 기준 aggregation 은 h3 aggreation 만을 지원을 하였으나, h3 라이브러니는 glibc 버젼에 의존적으로, 2.14 아래의 버젼에서는 동작하지 않습니다. (대표적인 환경은 CentOS 6.x)
따라서 다른 유사한 aggregation 방식을 지원하는것을 검토합니다.

Describe the solution you'd like

  • geohex type 의 aggregation 방식을 지원합니다.
  • 기본적인 hexagon aggregation 방식에 대해 설정을 지원합니다.

Describe alternatives you've considered
(N/A)

Additional context

  • 현재 지원 가능한 aggregation 방식은 geohash/geohex/h3 입니다. (default. geohex)
@kyungtaak kyungtaak added enhancement Request Change and Feature Enhancement @datasource Component Name : Datasource/Connection Management @engine Issues related to engine labels Nov 27, 2018
@kyungtaak kyungtaak added this to the 3.1.0 milestone Nov 27, 2018
kyungtaak pushed a commit that referenced this issue Dec 6, 2018
* #659 changing map chart option panel

* #659 apply css, change layer option component

* #659 change name jido to map

* #659 fix map-chart input error

* #659 draw default map chart

* #659 editing map common, layer panel

* #659 editing map layer option panel

* #659 editing map layer panel

* #659 setting columns by changing pivot in layer panel

* #659 editing ui spec

* #659 change map ui spec

* #659 Map chart improvements

* #659 changing pivot to shelf in map chart

* #659 Map chart improvements

* #659 editing map pivot, context menu

* #659 Map chart improvements

* #659 merge ko.json

* #659 fix build error

* #659 set fieldList, color column, apply css

* #659 Map chart improvements: color

* #659 fix bug select size, color by column

* #659 Map chart improvements -> Layer & Legend

* #659 editing map shelf alias setting

* #659 add map chart shelf guide

* #659 hide layer type, shelf +,- buttons

* #659 change color schema setting

* #659 Map chart improvements -> color

* #659 Map chart improvements -> Resize

* #659 fix error save map chart

* #659 Map chart improvements -> Dashboard resize

* #659 convert pivot to shelf in embedded, page-widget

* #659 update map chart css

* #659 update map chart css

* #659 Fix gis field find error

* #659 Map chart improvements -> option check

* #659 Map chart improvements -> option check

* #659 Map chart improvements -> tooltip layer name

* #659 changing map tooltip position

* #659 set tooltip position

* #659 set default tooltip, set map chart recommendation

* #659 add pivot alias draw type

* #659 change map ui spec

* #659 add column name

* #659 Map chart improvements -> cluster

* #659 fix error init shelf column

* #659 Map chart improvements -> cluster color

* #659 Map chart improvements -> dashboard alias

* #659 change alias to name in column

* #659 Map chart improvements -> alias

* #659 fix tooltip, legend position error

* #659 change chart alias setting

* #659 Map chart improvements -> dashboard alias

* #659 Map chart improvements -> size by

* #659 add shelf null check

* #659 merge css

* #659 fix error map chart capture

* #659 remove geo_hash type in point

* #659 Map chart improvements -> Triangle angle change

* #659 save data zoom in map chart

* #659 Map chart improvements -> Dashboard tooltip

* #659 Map chart improvements -> white space background

* #659 changing minZoom setting

* #659 remove aggregation type in point, heatmap type

* #659 heatmap layer updated

* #659 Fixed an error that charts were not drawn when using custom fields

* #659 map-chart bugfix

* #659 edit aggregation type setting when convert pivot <-> shelf

* #659 add interaction settings

* #659 Map chart improvements -> min zoom

* #659 Map chart improvements -> fix color error

* #659 fix animation bug

* #659 Map chart improvements -> zero value color error

* #659 fix custom field bug

* #659 Map chart improvements -> layer

* #659 fix transparency bug

* #659 Map chart improvements -> fix save option error

* #659 edit hexagon parameter

* #659 edit aggregation type setting by layer type

* #659 Map chart improvements -> hexagon layer

* #659 init precision when change layer type

* #659 Map chart improvements -> other layer

* #659 change datasource setting

* #659 Map chart improvements -> line data

* #659 edit shelf guide in map

* #659 Map chart improvements -> polygon option

* #659 changing map selection filter, change layerNum

* #659 add custom field in map option panel

* #659 fix color by, stroke by column bug

* #659 change custom field setting in tooltip

* #659 Map chart improvements -> hexagon

* #659 change measure, dimension list in option panel

* #659 fix bug setting aggregation type in hexagon

* #659 Map chart improvements -> cluster

* #659 change selection filter setting

* #659 add selection color

* #659 update css, change tooltip position in line type

* #659 Map chart improvements -> cluster design

* #659 hide tooltip in heatmap

* #659 map-chart clustering layer added

* #659 Map chart improvements -> map option

* #659 add property "coverage" of clustering on layer of point type

* #659 map-chart clustering layer option text updated

* #659 fix tooltip bug when change layer type

* #659 Map chart improvements -> fixed heatmap color error

* #616 add view extension for selection query in WFS

* #920 add "geohex" type for geo aggregation, and set default aggregation type

* #616 add logic to handle empty AndFilter

* #659 support processing timestamp type field in wfs

* #659 change method in geo_hash, fix tooltip focus error

* #659 add specification (basemap, linelayer.linestyle, tilelayer.radius) for map chart

* #659 change selection filter, granularity setting

* #659 bugfix clustering option display

* #659 fix granularity, tooltip bug

* #659 fix handling user defined field as measure

* #659 update css

* #659 fix build error
alchan-lee pushed a commit that referenced this issue Dec 7, 2018
* #659 changing map chart option panel

* #659 apply css, change layer option component

* #659 change name jido to map

* #659 fix map-chart input error

* #659 draw default map chart

* #659 editing map common, layer panel

* #659 editing map layer option panel

* #659 editing map layer panel

* #659 setting columns by changing pivot in layer panel

* #659 editing ui spec

* #659 change map ui spec

* #659 Map chart improvements

* #659 changing pivot to shelf in map chart

* #659 Map chart improvements

* #659 editing map pivot, context menu

* #659 Map chart improvements

* #659 merge ko.json

* #659 fix build error

* #659 set fieldList, color column, apply css

* #659 Map chart improvements: color

* #659 fix bug select size, color by column

* #659 Map chart improvements -> Layer & Legend

* #659 editing map shelf alias setting

* #659 add map chart shelf guide

* #659 hide layer type, shelf +,- buttons

* #659 change color schema setting

* #659 Map chart improvements -> color

* #659 Map chart improvements -> Resize

* #659 fix error save map chart

* #659 Map chart improvements -> Dashboard resize

* #659 convert pivot to shelf in embedded, page-widget

* #659 update map chart css

* #659 update map chart css

* #659 Fix gis field find error

* #659 Map chart improvements -> option check

* #659 Map chart improvements -> option check

* #659 Map chart improvements -> tooltip layer name

* #659 changing map tooltip position

* #659 set tooltip position

* #659 set default tooltip, set map chart recommendation

* #659 add pivot alias draw type

* #659 change map ui spec

* #659 add column name

* #659 Map chart improvements -> cluster

* #659 fix error init shelf column

* #659 Map chart improvements -> cluster color

* #659 Map chart improvements -> dashboard alias

* #659 change alias to name in column

* #659 Map chart improvements -> alias

* #659 fix tooltip, legend position error

* #659 change chart alias setting

* #659 Map chart improvements -> dashboard alias

* #659 Map chart improvements -> size by

* #659 add shelf null check

* #659 merge css

* #659 fix error map chart capture

* #659 remove geo_hash type in point

* #659 Map chart improvements -> Triangle angle change

* #659 save data zoom in map chart

* #659 Map chart improvements -> Dashboard tooltip

* #659 Map chart improvements -> white space background

* #659 changing minZoom setting

* #659 remove aggregation type in point, heatmap type

* #659 heatmap layer updated

* #659 Fixed an error that charts were not drawn when using custom fields

* #659 map-chart bugfix

* #659 edit aggregation type setting when convert pivot <-> shelf

* #659 add interaction settings

* #659 Map chart improvements -> min zoom

* #659 Map chart improvements -> fix color error

* #659 fix animation bug

* #659 Map chart improvements -> zero value color error

* #659 fix custom field bug

* #659 Map chart improvements -> layer

* #659 fix transparency bug

* #659 Map chart improvements -> fix save option error

* #659 edit hexagon parameter

* #659 edit aggregation type setting by layer type

* #659 Map chart improvements -> hexagon layer

* #659 init precision when change layer type

* #659 Map chart improvements -> other layer

* #659 change datasource setting

* #659 Map chart improvements -> line data

* #659 edit shelf guide in map

* #659 Map chart improvements -> polygon option

* #659 changing map selection filter, change layerNum

* #659 add custom field in map option panel

* #659 fix color by, stroke by column bug

* #659 change custom field setting in tooltip

* #659 Map chart improvements -> hexagon

* #659 change measure, dimension list in option panel

* #659 fix bug setting aggregation type in hexagon

* #659 Map chart improvements -> cluster

* #659 change selection filter setting

* #659 add selection color

* #659 update css, change tooltip position in line type

* #659 Map chart improvements -> cluster design

* #659 hide tooltip in heatmap

* #659 map-chart clustering layer added

* #659 Map chart improvements -> map option

* #659 add property "coverage" of clustering on layer of point type

* #659 map-chart clustering layer option text updated

* #659 fix tooltip bug when change layer type

* #659 Map chart improvements -> fixed heatmap color error

* #616 add view extension for selection query in WFS

* #920 add "geohex" type for geo aggregation, and set default aggregation type

* #616 add logic to handle empty AndFilter

* #659 support processing timestamp type field in wfs

* #659 change method in geo_hash, fix tooltip focus error

* #659 add specification (basemap, linelayer.linestyle, tilelayer.radius) for map chart

* #659 change selection filter, granularity setting

* #659 bugfix clustering option display

* #659 fix granularity, tooltip bug

* #659 fix handling user defined field as measure

* #659 update css

* #659 fix build error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@datasource Component Name : Datasource/Connection Management @engine Issues related to engine enhancement Request Change and Feature Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants