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

[Chore]: Technical: Translate s2-geometry-layer #1765

Merged
merged 5 commits into from
Apr 5, 2022

Conversation

HeimEndyd
Copy link
Collaborator

No description provided.

Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>
Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>
@HeimEndyd HeimEndyd changed the title [Chore]: Technical: Translate point-layer s2-geometry-layer [Chore]: Technical: Translate s2-geometry-layer Mar 30, 2022
Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>
heightRange: [number, number];
wireframe: boolean;
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// should add this to base-layer.ts
export type LayerStrokeColorConfig = {
  strokeColorField: VisualChannelField;
  strokeColorDomain: VisualChannelDomain;
  strokeColorScale: VisualChannelScale;
};

export type S2GeometryLayerVisualChannelConfig = LayerColorConfig &
  LayerSizeConfig &
  LayerStrokeColorConfig &
  LayerHeightConfig;

export type S2GeometryLayerConfig = Merge<
LayerBaseConfig,
{columns: S2GeometryLayerColumnsConfig; visConfig: S2GeometryLayerVisConfig}
>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

export type S2GeometryLayerConfig = Merge<
  LayerBaseConfig,
  {columns: S2GeometryLayerColumnsConfig; visConfig: S2GeometryLayerVisConfig}
> & S2GeometryLayerVisualChannelConfig;

Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>
@HeimEndyd HeimEndyd merged commit 0b3f2c0 into master Apr 5, 2022
@delete-merged-branch delete-merged-branch bot deleted the ms/js_to_ts_convertion/layers/s2-geometry-layer branch April 5, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants