Skip to content

Model feature layering - biggest as lowest #58

@kbefus

Description

@kbefus

Large model domains are making it so the smaller ones aren't always clickable - need to sort the features on the map so that the largest are the lowest layers. May be that sorting by area once loaded (with largest at top) will solve.

after loading:

all_df['area'] = all_df.area
all_df = all_df.sort_values(by=['area'],ascending=False)

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