-
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
Map baselayers #1696
Map baselayers #1696
Conversation
6403fe6
to
36afed1
Compare
@@ -0,0 +1,15 @@ | |||
<details open> |
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.
this could become its own component (the styles are going to be somewhat repeated for the other map layer configs).
Will probably do a component for the next one
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.
ok. sounds reasonable
templateUrl: './map-base-layer.component.html', | ||
styleUrl: './map-base-layer.component.scss', | ||
}) | ||
export class MapBaseLayerComponent { |
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.
Another detail, in the next pr im renaming this to baseLayerControl - to differentiate this components with map layer ones
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.
lgtm
No description provided.