Symptoms
The map opens as expected, but:- markers another resource created are missing from it entirely; or
- they are drawn, but with a generic icon and no name in the legend; or
- some resources’ markers appear and others’ do not.
Likely cause
Missing markers. The map sees markers by watching how they are created. A resource that creates markers without the map’s integration in place creates them where the map cannot see them. This is what the integration shipped with the release is for: it installs the observing part of the map into every one of your resources. Markers created before the integration was installed stay invisible even after installing it, so a resource that creates all its markers when it starts needs a restart afterwards. Markers without a name or icon. These are markers the map can see, but which carry no map information. The map shows the properties the marker itself has; the legend name, category, cone and the rest come from the creating resource callingSetBlipMeta. Without that call there is nothing
to show, so the marker falls back to the configured defaults.
Some resources but not others. The integration reaches the resources that existed when it was
run. A resource added afterwards was never visited.
Resolution
1. Install the integration
Run the script for your platform, from inside the map’s resource directory:resources directory first.
2. Restart the server
A full restart, so every resource is loaded with the integration in place and recreates its markers.3. Confirm the integration reached the resource
Open thefxmanifest.lua of a resource whose markers are missing. Near the top there should be a
line pointing into the map:
resources directory the script found.
Run the script again.