Skip to content

Commit

Permalink
feat(angular): Set up layer attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Sep 18, 2024
1 parent 365eda4 commit 88e169c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ const RADIO_COLORS: AccessorFunction<unknown, Color> = colorCategories({
<app-card-collapsible title="Legend" class="legend"
>todo: legend</app-card-collapsible
>
<aside class="map-footer">footer aside TODO</aside>
@if (attributionHTML()) {
<aside class="map-footer" [innerHTML]="attributionHTML()"></aside>
}
</main>
`,
})
Expand Down

0 comments on commit 88e169c

Please sign in to comment.