Project

General

Profile

« Previous | Next » 

Revision 61231

[Trunk | Library]:
1. env-properties.ts: Deleted property "enermapsAPIURL" (always used enermapsURL).
2. resultLanding.component.ts: Removed all usages of "enermapsAPIURL" and use "enermapsURL".
3. resultLanding.service.ts: In "getEnermapsDetails()" method, set url to properties.enermapsURL+"/api/datasets_full?shared_id=eq."+id;
4. parsingFunctions.class.ts: In "getEnermapsConceptId()" method, uncomment parsing of contexts to find enermaps id and commented a default id which was set.

View differences:

env-properties.ts
24 24
  statisticsAPIURL?: string;
25 25
  impactFactorsAPIURL?: string;
26 26
  enermapsURL?: string;
27
  enermapsAPIURL?: string;
28 27
  claimsAPIURL?: string;
29 28
  searchAPIURLLAst?: string;
30 29
  searchResourcesAPIURL?: string;

Also available in: Unified diff