Skip to content

Commit

Permalink
Show data changed to Get Data
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlux committed Aug 20, 2015
1 parent 775194e commit d7b2e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dataset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def insertGetCapabilitiesLinkBlock(wms, wfs, wcs, includeDataLink)
if includeDataLink then
# Note that construction of the getRequest link can fail if the database is munged
begin
output += ' ' + '<a href="' + getRequest(city.srs, nil) + '" target="_blank">Show Data</a>'
output += ' ' + '<a href="' + getRequest(city.srs, nil) + '" target="_blank">Get Data</a>'
rescue
# Don't add the link if we can't construct it!
end
Expand Down

0 comments on commit d7b2e6a

Please sign in to comment.