Opened 14 years ago
Closed 14 years ago
#292 closed defect (fixed)
Templates being treated as metadata
Reported by: | osjonathan | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | v2.6.0 RC2 |
Component: | General | Version: | v2.6.0RC1 |
Keywords: | Cc: |
Description
See screenshot: templateresults.png. I've searched for "template" type data. The problem is the results are being treated as metadata elements in their own rights and so you get buttons like "download" and "interactive map" and "view in Google Earth". Yet they can't have any data behind them because they're templates.
a) If I click "download" for one of those, the page reloads and I end up with the entire page reloading, no obvious sign of any download, and the left menu disappears. Screenshot: blank-menu-firefox.png (that's what happens in firefox, Opera does absolutely nothing).
b) Clicking "interactive map" does absolutely nothing (I don't have geoserver installed may be part of it).
Change History (2)
comment:1 by , 14 years ago
Version: | v2.6.0 → v2.6.0RC1 |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
a) Changed to don't show the Download button if the download link content is empty.
b) The template has a reference to a layer in local geoserver. If geoserver is running the layer is loaded correctly.