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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] POIs with same labels on Bluemap will only display one of them in Xaero's Map in game #44

Open
yqs112358 opened this issue Jan 27, 2025 · 0 comments

Comments

@yqs112358
Copy link

yqs112358 commented Jan 27, 2025

Currently I am using this mod to create waypoints from Bluemap. But I have found that POIs with same labels on Bluemap will only display one of them in Xaero's Map in game. Screenshots are as follows:

Both these three POIs are shown on Bluemap:

Image

But only one of them is displayed in game:

Image

The data of these POIs in Bluemap's database are:

{
    "[map]": {
        "label": "MapPointers",
        "toggleable": true,
        "defaultHidden": false,
        "sorting": 0,
        "markers": {
            "x7_y60_z-51": {
                "classes": [],
                "detail": "test",
                "icon": "assets/poi.svg",
                "anchor": {
                    "x": 25,
                    "y": 45
                },
                "minDistance": 0.0,
                "maxDistance": 1.0E7,
                "type": "poi",
                "label": "test",
                "position": {
                    "x": 7,
                    "y": 60,
                    "z": -51
                },
                "sorting": 0,
                "listed": true
            },
            "x7_y60_z-54": {
                "classes": [],
                "detail": "test\nmore-details",
                "icon": "assets/poi.svg",
                "anchor": {
                    "x": 25,
                    "y": 45
                },
                "minDistance": 0.0,
                "maxDistance": 1.0E7,
                "type": "poi",
                "label": "test",
                "position": {
                    "x": 7,
                    "y": 60,
                    "z": -54
                },
                "sorting": 0,
                "listed": true
            },
            "x7_y60_z-48": {
                "classes": [],
                "detail": "test",
                "icon": "assets/poi.svg",
                "anchor": {
                    "x": 25,
                    "y": 45
                },
                "minDistance": 0.0,
                "maxDistance": 1.0E7,
                "type": "poi",
                "label": "test",
                "position": {
                    "x": 7,
                    "y": 60,
                    "z": -48
                },
                "sorting": 0,
                "listed": true
            }
        }
    }
}

Environment:

  • Minecraft 1.21.0 with Fabric
  • RemotePlayerWaypointsForXaero 3.2.1
  • Xaeros Minimap 24.6.1
  • Xaeros WorldMap 1.39.2
  • BlueMap 5.5 (on Server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant