Skip to content

new features added directly into a folder aren't visible until after toggling folder visibility #5

@caver456

Description

@caver456

After this code sequence:

fid=sts.addFolder('newFolder')
sts.addMarker(39,-120,'newMarker',description='desc',color='#00FF00',symbol='fire',size=4,folderId=fid)
sts.addLine([[-120,39],[-120.1,39.1],[-120,39.1]],title='newLine',description='desc',width=8,opacity=0.6,pattern='M12 -7M0 5M9 0A3 3 0 1 0 6 0 A3 3 0 0 0 9 0,2,20,T;M0 0L12 0,15,20',folderId=fid)

The objects in the folder aren't visible, and the left bar looks like this:

image

Burping the folder checkbox does make the new features visible (and populates their icon rows in the left bar).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions