Skip to content

Commit

Permalink
Record view / Display WFS downloads for WFS online resources without …
Browse files Browse the repository at this point in the history
…a name defined
  • Loading branch information
josegar74 committed Jan 17, 2024
1 parent 01c26ec commit ad0deef
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 ad0deef

Please sign in to comment.