Skip to content

Adding an embedded map "fully started" event? #58

@ZakarFin

Description

@ZakarFin

We should probably add some event/mechanism for RPC-developers to know when the map has been started as published. Currently map layers are added asynchronously (due to DescribeLayer calls etc) so they might not be on the map when the RPC-client connects to the map. One way of detecting this is polling the getAllLayers() RPC-function and comparing it to some predefined expected value, but it's not a very clean way of doing this.

Options might be something like adding a new event OR not connecting the RPC before the map is fully loaded (might be better to do this).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions