diff --git a/planet/shell/tmpl.py b/planet/shell/tmpl.py index f5c038e..63cc5db 100644 --- a/planet/shell/tmpl.py +++ b/planet/shell/tmpl.py @@ -73,6 +73,7 @@ Base = [ ['last_updated_822', Rfc822, 'updated_parsed'], ['last_updated_iso', Rfc3399, 'updated_parsed'], ['last_updated', PlanetDate, 'updated_parsed'], + ['link', String, 'link'], ['logo', String, 'logo'], ['rights', String, 'rights_detail', 'value'], ['subtitle', String, 'subtitle_detail', 'value'], diff --git a/tests/data/filter/tmpl/source_link.xml b/tests/data/filter/tmpl/source_link.xml new file mode 100644 index 0000000..3a1bc55 --- /dev/null +++ b/tests/data/filter/tmpl/source_link.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + +