Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix spelling/formatting

...

In general files with specific names inside resources folders will get used automatically. These names are:

  • popup.md (VEF Metadata Template for popups)
  • sidebar.md (VEF Metadata Template for the sidebar)
  • filter.mapping.json (VEF Filter Mapping)
  • gallery.mapping.json (VEF Gallery Mapping)

For each layer used in VEF-based viewers, the file within its own _recources folder is prioritised of over that in its serversevice-level _resources folder and so on. This boils down to this priority list:

  1. <label>/<service>/<layer>/_resources/<file-by-convention>
  2. <label>/<service>/_resources/<file-by-convention>
  3. <label>/_resources/<file-by-convention>
  4. _resources/<file-by-convention>

...

  1. <label>/<service>/<layer>/_resources/<file-from-layer-configuration-if-existing>
  2. <label>/<service>/_resources/<file-from-layer-configuration-if-existing>
  3. <label>/_resources/<file-from-layer-configuration-if-existing>
  4. _resources/<file-from-layer-configuration-if-existing>
  5. <label>/<service>/<layer>/_resources/<file-by-convention>
  6. <label>/<service>/_resources/<file-by-convention>
  7. <label>/_resources/<file-by-convention>
  8. _resources/<file-by-convention>

...