Squad-Wiki / squad-wiki-pipeline-map-data

Creative Commons Attribution Share Alike 4.0 International
30 stars 7 forks source link

Cluster name contains spaces in 'Links' 🤔 #108

Open mahtoid opened 5 months ago

mahtoid commented 5 months ago

image image

Shanomac99 commented 5 months ago

Issue has to do with "objectName" using the actual object name and the LaneLinks (and pointsOrder and listOfMains) utilzing the object's display name. I will be adding an "objectDisplayName" that will be utilized for this. Eventual documentation will note that these use the objects display name.

mahtoid commented 5 months ago

@Shanomac99 is there no way to use the display name to capture but extract the actual object name only? I don't see a valid data use case where someone would be wanting to mix-match between the two.

You'd only reference links for the cluster. Seems weird to have to go objectDisplayName ?? objectName - but I mean, it still works 🤷

Shanomac99 commented 5 months ago

I took a closer look. almost everything is using objectDisplayName currently. From the looks of things only the clusters are using objectName. It probably makes more sense to move over utilizing objectDisplayName for them versus changing every else to objectName.