datasource-list.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. export default [
  2. /* {
  3. title: "Datatank",
  4. url: "http://ewi.mmlab.be/otn/api/info",
  5. type: "datatank"
  6. },
  7. {
  8. title: "Datasets",
  9. url: "http://otn-dev.intrasoft-intl.com/otnServices-1.0/platform/ckanservices/datasets",
  10. language: 'eng',
  11. type: "ckan",
  12. download: true
  13. }, */
  14. {
  15. title: 'Layman',
  16. url: `${window.location.protocol}//${window.location.hostname}/layman`,
  17. user: 'browser',
  18. type: 'layman'
  19. },
  20. {
  21. title: 'OTN Hub',
  22. url: 'http://opentnet.eu/php/metadata/csw/',
  23. language: 'eng',
  24. type: 'micka',
  25. code_list_url: 'http://opentnet.eu/php/metadata/util/codelists.php?_dc=1440156028103&language=eng&page=1&start=0&limit=25&filter=%5B%7B%22property%22%3A%22label%22%7D%5D'
  26. },
  27. {
  28. title: 'SuperCAT',
  29. url: 'http://cat.ccss.cz/csw/',
  30. language: 'eng',
  31. type: 'micka',
  32. code_list_url: 'http://www.whatstheplan.eu/php/metadata/util/codelists.php?_dc=1440156028103&language=eng&page=1&start=0&limit=25&filter=%5B%7B%22property%22%3A%22label%22%7D%5D'
  33. }
  34. ];