lter / deims-ilter-custom

DEIMS customizations for ILTER
GNU General Public License v2.0
1 stars 0 forks source link

ISO / Inspire keywords not rendering #12

Closed isangil closed 8 years ago

isangil commented 8 years ago

reported by tomas Kliment.

On 6/16/2016 9:12 AM, Tomas Kliment wrote:
the same testing node:

 http://bolegweb.geof.unizg.hr/deims/node/9389/iso19139

 nothing 

 http://bolegweb.geof.unizg.hr/deims/node/9389/iso

 <gmd:descriptiveKeywords>
 <gmd:MD_Keywords>
 <gmd:keyword>
 <gco:CharacterStrin

a bit of grepping later, reveals problem in line 195

custom/iso19139 $ grep -n keyw *.field* | grep iso

2:  $info['taxonomy_iso19139_keywordset'] = array(
89:    case 'taxonomy_iso19139_keywordset':
117:    case 'taxonomy_iso19139_keywordset':
170:    case 'taxonomy_iso19139_keywordset':
195:          '#iso' => array('gmd:descriptiveKeywords' =>

but ought to be a ref. to iso19139 instead. testing.

isangil commented 8 years ago

fixed with this https://github.com/lter/deims-ilter-custom/commit/68930de9e9722da2c7ffc9340dd2b2150cf250c7