Revision 60814
Added by Argiro Kokogiannaki over 3 years ago
parsingFunctions.class.ts | ||
---|---|---|
615 | 615 |
return contexts; |
616 | 616 |
} |
617 | 617 |
public static getEnermapsConceptId(contexts: any): string{ |
618 |
let enermapsconcepts = contexts.filter(c=> {return c.idCategory == "enermaps::selection" && c.idConcept}); |
|
619 |
return enermapsconcepts && enermapsconcepts.length > 0?enermapsconcepts[0].idConcept.split("enermaps::selection::")[1]:null; |
|
618 |
// let enermapsconcepts = contexts.filter(c=> {return c.idCategory == "enermaps::selection" && c.idConcept}); |
|
619 |
// return enermapsconcepts && enermapsconcepts.length > 0?enermapsconcepts[0].idConcept.split("enermaps::selection::")[1]:null; |
|
620 |
return "hotmaps_heat_tot_curr_density" |
|
620 | 621 |
} |
621 | 622 |
parseTypes(types: string[], uniqueTypes: Set<string>, instance: any) { |
622 | 623 |
if (instance && instance.hasOwnProperty("instancetype") && instance['instancetype'].classname) { |
Also available in: Unified diff
[Library|Trunk]
Tabs:
- use CustomClass directive instead of statistics
- update it in landing pages
Enermaps Integration:
- Result LAnding at a new tab with enermaps tool
- Image on the left of the result preview component