LayersTest.json 552 B

123456789101112131415161718192021
  1. {
  2. "GroupName": "Control Panel",
  3. "Layers": [
  4. {
  5. "LayerName": "Cibes_COP_Standard_Cabin",
  6. "Code": "(V70 or V90) and (Elegance or Aurora)"
  7. },
  8. {
  9. "LayerName": "Cibes_COP_Standard_Platform",
  10. "Code": "V80 and (Elegance or Aurora)"
  11. },
  12. {
  13. "LayerName": "Cibes_COP_Premium_Cabin",
  14. "Code": "(V70 or V90) and Galaxy"
  15. },
  16. {
  17. "LayerName": "Cibes_COP_Premium_Platform",
  18. "Code": "V80 and Galaxy"
  19. }
  20. ]
  21. }