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

Scenario project areas #1699

Merged
merged 5 commits into from
Aug 27, 2024
Merged

Scenario project areas #1699

merged 5 commits into from
Aug 27, 2024

Conversation

pflopez
Copy link
Contributor

@pflopez pflopez commented Aug 26, 2024

Show project areas on treatment map and update layers to new martin endpoints

@pflopez pflopez marked this pull request as ready for review August 26, 2024 15:47
@@ -41,7 +41,8 @@ export interface ScenarioResult {
status: ScenarioResultStatus;
completed_at: string;
result: {
features: FeatureCollection[];
// this is the FeatureCollection[]
features: FeatureCollection[]; // TODO this is actually Features[]
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need to update this before merging?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, i think that change will require a pr on its own

'text-size': 14,
'text-anchor': 'center',
'text-justify': 'center'
}"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:I imagine we should talk about eventually storing these styles in a central place.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep, not sure what's the best place yet but happy to do a second pass to centralize this!

imports: [
FeatureComponent,
GeoJSONSourceComponent,
NgForOf,
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you still using this NgForOf?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch

Copy link
Contributor

@lastminutediorama lastminutediorama left a comment

Choose a reason for hiding this comment

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

looks great, just a few small non-blocking questions

@pflopez pflopez merged commit e2fcba3 into main Aug 27, 2024
6 checks passed
@pflopez pflopez deleted the scenario-project-areas branch August 27, 2024 14:54
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.

2 participants