Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[UNTP-214] added IOM in the list of publishers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchi-dhami authored and bezunakarmi committed May 11, 2018
1 parent 7b3d76c commit ad0df29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion dportal/js/undg.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ setTimeout(function generate() {
chunkopts["geojson"] = JSON.stringify(geojson);

generateText(chunkopts);
}, 8000);
}, 20000);

function generateText(data) {
let text = "";
Expand Down
6 changes: 4 additions & 2 deletions dstore/json/iati_codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@
"XM-DAC-928": "World Health Organisation (WHO)",
"XI-IATI-UNPF": "UN Pooled Funds (UNPF)",
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)",
"XM-DAC-41116": "United Nations Environment Programme (UNEP)"
"XM-DAC-41116": "United Nations Environment Programme (UNEP)",
"XM-DAC-47066": "International Organisation for Migration (IOM)"
},
"un_publisher_names": {
"XM-DAC-41108": "International Fund for Agricultural Development (IFAD)",
Expand Down Expand Up @@ -903,7 +904,7 @@
"WMO": "World Meteorological Organization (WMO)",
"UNV": "UN Volunteers (UNV)",
"XM-DAC-928": "World Health Organisation (WHO)",
"IOM": "International Organisation for Migration (IOM)",
"XM-DAC-47066": "International Organisation for Migration (IOM)",
"XI-IATI-UNPF": "UN Pooled Funds (UNPF)",
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)",
"XM-DAC-41116": "United Nations Environment Programme (UNEP)"
Expand Down Expand Up @@ -1675,6 +1676,7 @@
"XDR": "IMF special drawing rights"
},
"publisher_names": {
"XM-DAC-47066": "International Organisation for Migration",
"21032": "Population Service International",
"21033": "Transparency International Secretariat",
"30001": "The Global Alliance for Improved Nutrition",
Expand Down

0 comments on commit ad0df29

Please sign in to comment.