wip: Dynamische Layers /Geräte Gruppen Erkennung , overlapping funktioniert es noch nicht
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// /config/appVersion
|
||||
export const APP_VERSION = "1.1.201";
|
||||
export const APP_VERSION = "1.1.202";
|
||||
|
||||
20
config/devicesGroupLayers.js
Normal file
20
config/devicesGroupLayers.js
Normal file
@@ -0,0 +1,20 @@
|
||||
// /config/devicesGroupLayers.js
|
||||
|
||||
export const devicesGroupLayers = [
|
||||
{ id: 1, name: "TALAS", ref: talasLayerRef, setState: setTalasMarkers },
|
||||
{ id: 2, name: "ECI", ref: eciLayerRef, setState: setEciMarkers },
|
||||
{ id: 3, name: "ULAF", ref: ulafLayerRef, setState: setUlafMarkers },
|
||||
{ id: 5, name: "LTE Modem", ref: lteModemLayerRef, setState: setLteModemMarkers },
|
||||
{ id: 6, name: "Cisco Router", ref: ciscoRouterLayerRef, setState: setCiscoRouterMarkers },
|
||||
{ id: 7, name: "WAGO", ref: wagoLayerRef, setState: setWagoMarkers },
|
||||
{ id: 8, name: "Siemens", ref: siemensLayerRef, setState: setSiemensMarkers },
|
||||
{ id: 9, name: "OTDR", ref: otdrLayerRef, setState: setOtdrMarkers },
|
||||
{ id: 10, name: "WDM", ref: wdmLayerRef, setState: setWdmMarkers },
|
||||
{ id: 11, name: "GMA", ref: gmaLayerRef, setState: setGmaMarkers },
|
||||
{ id: 13, name: "Messstellen", ref: messstellenLayerRef, setState: setMessstellenMarkers },
|
||||
{ id: 30, name: "TK-Komponenten", ref: tkKomponentenLayerRef, setState: setTkKomponentenMarkers },
|
||||
{ id: 100, name: "TALAS ICL", ref: talasiclLayerRef, setState: setTalasiclMarkers },
|
||||
{ id: 110, name: "DAUZ", ref: dauzLayerRef, setState: setDauzMarkers },
|
||||
{ id: 111, name: "SMS Modem", ref: smsModemLayerRef, setState: setSmsModemMarkers },
|
||||
{ id: 200, name: "Sonstige", ref: sonLayerRef, setState: setSonMarkers },
|
||||
];
|
||||
Reference in New Issue
Block a user