Skip to content

Commit

Permalink
[BP] Record view / Display WFS downloads for WFS online resources wit…
Browse files Browse the repository at this point in the history
…hout a name defined (#7626)
  • Loading branch information
josegar74 committed Jan 17, 2024
1 parent 63501f8 commit c4a35bc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ <h3>
data-typename="{{::isLayerProtocol(r) ? r.locTitle : ''}}"
data-url="{{::r.locUrl}}"
></div>

<div
data-ng-if="::!isLayerProtocol(r)"
data-gn-wfs-download=""
data-typename=""
data-url="{{::r.locUrl}}"
></div>
</div>

<div data-ng-switch-when="ATOM">
Expand Down

0 comments on commit c4a35bc

Please sign in to comment.