-
Notifications
You must be signed in to change notification settings - Fork 9
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
Scenario project areas #1699
Conversation
@@ -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[] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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' | ||
}" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
There was a problem hiding this 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
Show project areas on treatment map and update layers to new martin endpoints