-
-
Notifications
You must be signed in to change notification settings - Fork 502
JS API Proposal
A new setting for the main app configuration is added. This setting is a JSON object that can be configured from the admin page. It defines how the main search application is.
Old UI settings are moved to that main app configuration. The list of old settings are:
- 3D maps
- map configuration
- ...
Settings API change:
- A new operation is added in order to collect the value of JSON node in a JSON setting. GET /api/settings/?node=config.download
The following configuration is used to configure the application.
This configuration is used in the GeoNetwork main app.
From the admin panel, catalog administrator can also create custom configuration for third party application. This page provides all the JS API settings and allows user to download the application configuration as JSON file.
A simple HTML page is created in order to test the JS API.
If you have some comments, start a discussion, raise an issue or use one of our other communication channels to talk to us.