Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clusters as Objects instead of Object Arrays 馃憖 #87

Closed
mahtoid opened this issue Dec 16, 2023 · 1 comment 路 Fixed by #93
Closed

Clusters as Objects instead of Object Arrays 馃憖 #87

mahtoid opened this issue Dec 16, 2023 · 1 comment 路 Fixed by #93
Assignees
Labels
corrected but needs data extracted The issue or feature request was fixed/add but the data needs to be extracted for all maps feature request New feature or request

Comments

@mahtoid
Copy link

mahtoid commented Dec 16, 2023

I don't know who suggested this, but it was really stupid (tl'dr for on-lookers, it was me originally).

It would be great if Clusters and wherever else I suggested - to be using Objects instead of Object Arrays. I am an actual ape.

For example, my YAML -> JSON of SquadLanes data:

"Clusters": {
        "02-CaptureZoneCluster": [
          {
            "display_name": "Al Khora",
            "sdk_name": "AlKhora_808",
            "x": -84917.90625,
            "y": 34536.859375
          }
        ],
        "03-CaptureZoneCluster": [
          {
            "display_name": "Poppy Production",
            "sdk_name": "PoppyProduction",
            "x": -54764.84375,
            "y": 35760.15625
          },
          {
            "display_name": "Warlord's Compound",
            "sdk_name": "WarlordsCompound",
            "x": -38742.09765625,
            "y": 46751.796875
          }
        ],

If you want to punish me, give me the down low on where this is set up, and I will change it for suggesting this stupidly in the first place. Sorry! 馃挏

@Shanomac99 Shanomac99 added the feature request New feature or request label Dec 16, 2023
@Shanomac99 Shanomac99 self-assigned this Dec 24, 2023
@Shanomac99
Copy link
Collaborator

Converted clusters in both cluster based RAAS and lane based RAAS.

@Shanomac99 Shanomac99 added corrected but needs data extracted The issue or feature request was fixed/add but the data needs to be extracted for all maps and removed In Progress labels Dec 24, 2023
Shanomac99 referenced this issue Dec 26, 2023
- Reworked clusters into objects
- Reworked lanes ordering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
corrected but needs data extracted The issue or feature request was fixed/add but the data needs to be extracted for all maps feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants