cms/app-client/app/services/constants.js
changeset 331 9836845ed1e8
parent 266 0e1880fa7bd3
child 339 766af1228b05
--- a/cms/app-client/app/services/constants.js	Sun Oct 02 21:43:05 2016 +0200
+++ b/cms/app-client/app/services/constants.js	Tue Oct 04 23:04:06 2016 +0200
@@ -1,5 +1,10 @@
 import Ember from 'ember';
 
+const GEONAMES = {
+  'world': '6295630',
+  'france': '3017382'
+};
+
 const OLAC_ROLES = {
   'http://www.language-archives.org/OLAC/1.1/annotator': 'bo.olac_role_annotator',
   'http://www.language-archives.org/OLAC/1.1/author': 'bo.olac_role_author',
@@ -300,6 +305,7 @@
   OLAC_ROLES: OLAC_ROLES,
   DISCOURSE_CATEGORY_KEYS: DISCOURSE_CATEGORY_KEYS,
   DISCOURSE_CATEGORY_VALUES: DISCOURSE_CATEGORY_VALUES,
+  GEONAMES: GEONAMES,
   KEY_CODES: KEY_CODES,
   VIAF_BASE_URL: "http://viaf.org/viaf/",
   LEXVO_BASE_URL: "http://lexvo.org/id/iso639-3/",