{
  "Uuid": "d4bd07db-267c-46c9-8b1f-0d16aae75cb6",
  "IsCustomNode": false,
  "Description": "",
  "Name": "Recupération noms coupe pour nom feuille",
  "ElementResolver": {
    "ResolutionMap": {
      "Category": {
        "Key": "Revit.Elements.Category",
        "Value": "RevitNodes.dll"
      }
    }
  },
  "Inputs": [],
  "Outputs": [],
  "Nodes": [
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "Id": "2e008eb8a7d64395ac18e265308e123e",
      "NodeType": "CodeBlockNode",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "acbde364af8e41f0b7aa44e44426be20",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly",
      "Code": "ElementQueries.OfCategory(Category.ByName(\"Feuilles\"));"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "b4b9dd741fd54dba8ce88245e7ba4e5c",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "fb480cd4aede4c089a024076d1263b23",
          "Name": "sheet",
          "Description": "Revit.Elements.Views.Sheet",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0a3c4adac3544572b901553331d489e2",
          "Name": "View[]",
          "Description": "View[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "Revit.Elements.Views.Sheet.Views",
      "Replication": "Auto",
      "Description": "Get the Views on a Sheet\n\nSheet.Views: View[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "b1e48cc7678446af9eb7af2a53d7a7e6",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "14b212ce57ab46ae97381413db611c76",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "65aff22595384b708b46031030eaf6f8",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f002ecec4b6544d6a9da8b148b2e7dbb",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1cf9cc5d7af6462a86a7ee7b30d9290f",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "af4d390e308a4f908d878f459cfc1616",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "ded0cdc531c64f3a800ed1d503e5bcf3",
          "Name": "list",
          "Description": "List to be checked on whether any item is true.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 1,
          "UseLevels": true,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2b4d654429d14667a62cf29b4f0bf394",
          "Name": "bool",
          "Description": "Whether any item is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "DSCore.List.AnyTrue@var[]..[]",
      "Replication": "Auto",
      "Description": "Determines if any item in the given list is a boolean and has a true value.\n\nList.AnyTrue (list: var[]..[]): bool"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "5c3d84701e1142a9b2b15db33c8627ef",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "bf01103420cb432bb01f7aa4d998f3dd",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f93f3af20b7840afb3ccb972311ba2b9",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7c5217838e254b26940bfa86aa77635c",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7fca39d396944349bba80fc77825d279",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "8828e481dd7c4bbabbf60eee69ef7989",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "85bd1d152dbe472a952a85ea8e4bf9bc",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cf379e9fefa4479f8016b82ba17e985f",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "190784e4f0cf40ceab597851d27fc376",
          "Name": "list",
          "Description": "Flattened list by amount",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "1ddd1cb926134f3eba781efe524fa358",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "df7c9c86e6634cbf80a60bc9d91ab7eb",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "25fd78d594f44fc8a55957f470d00831",
          "Name": "parameterName",
          "Description": "The name of the parameter to set.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "68b187fba90a4e8a9a130d3f051ba613",
          "Name": "value",
          "Description": "The value.\n\nvar",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3b0474c0a28342c79ccc13019e8ec2e7",
          "Name": "Element",
          "Description": "Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "Revit.Elements.Element.SetParameterByName@string,var",
      "Replication": "Auto",
      "Description": "Set one of the element's parameters.\n\nElement.SetParameterByName (parameterName: string, value: var): Element"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "Id": "8fec7c52c3bc4d4d8185d38827d45944",
      "NodeType": "CodeBlockNode",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "fa3140971ce74b0ab1bb97b4ea29f514",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly",
      "Code": "\"Nom de la vue\";"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "Id": "f9f758a1674f415fa4d84da0af2bce91",
      "NodeType": "CodeBlockNode",
      "Inputs": [
        {
          "Id": "26947df11b5c4313880ee6857b5d759d",
          "Name": "A",
          "Description": "A",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "475e8745e54649318ea1278fb50b1adc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly",
      "Code": "A.Name;"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "Id": "aa730c05d4ab423eb55d5e3cf22dd129",
      "NodeType": "CodeBlockNode",
      "Inputs": [
        {
          "Id": "eb8fee0d9d8e42d590924a990c0bc831",
          "Name": "A",
          "Description": "A",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "83516beda32c475cabeddf0378e19d55",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly",
      "Code": "A==\"Coupe element horizontale\";"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "Id": "f31532270c8744d18a5d3b1d6bdee113",
      "NodeType": "CodeBlockNode",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6a610a50da42481997a0ce6b78710391",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly",
      "Code": "\"Type\";"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "Id": "fe2ed9b707f34e72b933e7554334123b",
      "NodeType": "FunctionNode",
      "Inputs": [
        {
          "Id": "2bd029c417374b409d3d5ca034d8d2cd",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e971708f421945c88c55f71c8bcdeff1",
          "Name": "parameterName",
          "Description": "The name of the parameter whose value you want to obtain.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "67f267e0de1d4e9ca3fdf5d5848655b8",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string",
      "Replication": "Auto",
      "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "Id": "af9aaf4ec5b542a28aa4cb43596b9cff",
      "NodeType": "CodeBlockNode",
      "Inputs": [
        {
          "Id": "86c0fb5fd3b4423fa017cb87400a1764",
          "Name": "A",
          "Description": "A",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "faf50a9dde2e4fb09f46c0ee59cec31d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly",
      "Code": "A.Name;"
    }
  ],
  "Connectors": [
    {
      "Start": "acbde364af8e41f0b7aa44e44426be20",
      "End": "fb480cd4aede4c089a024076d1263b23",
      "Id": "67e28d383bc04b1b9994f1fdc46dffce",
      "IsHidden": "False"
    },
    {
      "Start": "acbde364af8e41f0b7aa44e44426be20",
      "End": "bf01103420cb432bb01f7aa4d998f3dd",
      "Id": "86a18f153191456a9dea6595575c19fa",
      "IsHidden": "False"
    },
    {
      "Start": "acbde364af8e41f0b7aa44e44426be20",
      "End": "14b212ce57ab46ae97381413db611c76",
      "Id": "3c57237f12064a0d8c822ce7b015e690",
      "IsHidden": "False"
    },
    {
      "Start": "0a3c4adac3544572b901553331d489e2",
      "End": "2bd029c417374b409d3d5ca034d8d2cd",
      "Id": "ba2444d81efc4d2b829f14a2885e06a0",
      "IsHidden": "False"
    },
    {
      "Start": "f002ecec4b6544d6a9da8b148b2e7dbb",
      "End": "85bd1d152dbe472a952a85ea8e4bf9bc",
      "Id": "0d0adf1c04884d1189fa49facf97e421",
      "IsHidden": "False"
    },
    {
      "Start": "2b4d654429d14667a62cf29b4f0bf394",
      "End": "f93f3af20b7840afb3ccb972311ba2b9",
      "Id": "b8216844f41a484db6ac52101c7255c2",
      "IsHidden": "False"
    },
    {
      "Start": "7c5217838e254b26940bfa86aa77635c",
      "End": "df7c9c86e6634cbf80a60bc9d91ab7eb",
      "Id": "a54fc988f2c14f6b9798bc22d5b0e45a",
      "IsHidden": "False"
    },
    {
      "Start": "190784e4f0cf40ceab597851d27fc376",
      "End": "26947df11b5c4313880ee6857b5d759d",
      "Id": "779ee84a3a64427497d323f1422ae831",
      "IsHidden": "False"
    },
    {
      "Start": "fa3140971ce74b0ab1bb97b4ea29f514",
      "End": "25fd78d594f44fc8a55957f470d00831",
      "Id": "e8894d375dbe4e69b97c3866b0b90389",
      "IsHidden": "False"
    },
    {
      "Start": "475e8745e54649318ea1278fb50b1adc",
      "End": "68b187fba90a4e8a9a130d3f051ba613",
      "Id": "f729403f30f94dd5a1cd5fab9bde1d98",
      "IsHidden": "False"
    },
    {
      "Start": "83516beda32c475cabeddf0378e19d55",
      "End": "65aff22595384b708b46031030eaf6f8",
      "Id": "0f16909bbb7643b8b4033b7cec0a447c",
      "IsHidden": "False"
    },
    {
      "Start": "83516beda32c475cabeddf0378e19d55",
      "End": "ded0cdc531c64f3a800ed1d503e5bcf3",
      "Id": "4ee48ea89a2643adb5e52689c7f77bb2",
      "IsHidden": "False"
    },
    {
      "Start": "6a610a50da42481997a0ce6b78710391",
      "End": "e971708f421945c88c55f71c8bcdeff1",
      "Id": "9315f49cbe9e4cd3a9dea3be73021efa",
      "IsHidden": "False"
    },
    {
      "Start": "67f267e0de1d4e9ca3fdf5d5848655b8",
      "End": "86c0fb5fd3b4423fa017cb87400a1764",
      "Id": "d93584b3453f46fd89f8d3798f9d45fc",
      "IsHidden": "False"
    },
    {
      "Start": "faf50a9dde2e4fb09f46c0ee59cec31d",
      "End": "eb8fee0d9d8e42d590924a990c0bc831",
      "Id": "734810c8c1394a54bd2cdb4e487ab4eb",
      "IsHidden": "False"
    }
  ],
  "Dependencies": [],
  "NodeLibraryDependencies": [],
  "Thumbnail": "",
  "GraphDocumentationURL": null,
  "ExtensionWorkspaceData": [
    {
      "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
      "Name": "Properties",
      "Version": "2.18",
      "Data": {}
    },
    {
      "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
      "Name": "Generative Design",
      "Version": "6.0",
      "Data": {}
    }
  ],
  "Author": "",
  "Linting": {
    "activeLinter": "None",
    "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
    "warningCount": 0,
    "errorCount": 0
  },
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.18.1.5096",
      "RunType": "Manual",
      "RunPeriod": "1000"
    },
    "Camera": {
      "Name": "_Background Preview",
      "EyeX": -17.0,
      "EyeY": 24.0,
      "EyeZ": 50.0,
      "LookX": 12.0,
      "LookY": -13.0,
      "LookZ": -58.0,
      "UpX": 0.0,
      "UpY": 1.0,
      "UpZ": 0.0
    },
    "ConnectorPins": [],
    "NodeViews": [
      {
        "Id": "2e008eb8a7d64395ac18e265308e123e",
        "Name": "Code Block",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 367.0,
        "Y": 515.0
      },
      {
        "Id": "b4b9dd741fd54dba8ce88245e7ba4e5c",
        "Name": "Sheet.Views",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 1025.2846343993738,
        "Y": 639.29219360375691
      },
      {
        "Id": "b1e48cc7678446af9eb7af2a53d7a7e6",
        "Name": "List.FilterByBoolMask",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 3162.0918950148639,
        "Y": 560.89087719769577
      },
      {
        "Id": "af4d390e308a4f908d878f459cfc1616",
        "Name": "List.AnyTrue",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 2503.4165143607111,
        "Y": 796.333570623736
      },
      {
        "Id": "5c3d84701e1142a9b2b15db33c8627ef",
        "Name": "List.FilterByBoolMask",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 3476.21861252451,
        "Y": 81.594813985493261
      },
      {
        "Id": "8828e481dd7c4bbabbf60eee69ef7989",
        "Name": "List.Flatten",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 3518.9203853724644,
        "Y": 757.23627852868174
      },
      {
        "Id": "1ddd1cb926134f3eba781efe524fa358",
        "Name": "Element.SetParameterByName",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 4194.9280436896388,
        "Y": 157.28805161729031
      },
      {
        "Id": "8fec7c52c3bc4d4d8185d38827d45944",
        "Name": "Code Block",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 3790.4842278150886,
        "Y": 298.30546961553432
      },
      {
        "Id": "f9f758a1674f415fa4d84da0af2bce91",
        "Name": "Code Block",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 3874.7785320140956,
        "Y": 757.40571138667769
      },
      {
        "Id": "aa730c05d4ab423eb55d5e3cf22dd129",
        "Name": "Code Block",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 2112.5790742060585,
        "Y": 661.40290554190415
      },
      {
        "Id": "f31532270c8744d18a5d3b1d6bdee113",
        "Name": "Code Block",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 1169.2263362254632,
        "Y": 831.21985139737944
      },
      {
        "Id": "fe2ed9b707f34e72b933e7554334123b",
        "Name": "Element.GetParameterValueByName",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 1384.1087598372646,
        "Y": 733.47199043085789
      },
      {
        "Id": "af9aaf4ec5b542a28aa4cb43596b9cff",
        "Name": "Code Block",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "ShowGeometry": true,
        "X": 1821.141159792993,
        "Y": 762.9005317339055
      }
    ],
    "Annotations": [],
    "X": -75.357573499841237,
    "Y": 352.68644445745116,
    "Zoom": 0.24121124359491852
  }
}