MapEntityLink
If I add a MapEntityLink with an entity ID from another workspace than that I am currently working within the hyperlink that it creates on the MapView proves to be wrong. I think that the error in the link lies within the fact that the entity ID is assumed to be within the same workspace.
For example: If I create a MapEntityLink to entity ID 62000 in workspace ID 650, but I create the MapEntityLink when working in workspace ID 600 the hyperlink that it creates is:
https://heijmans.viktor.ai/workspaces/600/app/editor/62000
But it should be:
https://heijmans.viktor.ai/workspaces/650/app/editor/62000
Ah yes, I am not sure the way you want to currently do this will work using the mapentitylink. Afaik it will always assume the entity is indeed inside of the workspace where you are showing the link. Within a workspace, entities all have a unique id but looking over multiple workspaces these id’s are not unique!
Maybe there is some other way of building this mapentitylink, constructing the correct url yourself, but to be honest i’m not exactly sure how you would implement that.
Speculating on this, I’d start with looking at what’s possible through the geojson view, see if you can add some “pop-up/hovertext” type of attribute to points on the map, of which you can insert text/url you create yourself?
Is it also possible to modify the url that the MapEntityLink makes? I can’t find the url property in the _dict_ of the MapEntityLink