Skip to content

Alternative ways to make use of proj:bbox and proj:geometry #141

Open
@jclark-indigoag

Description

@jclark-indigoag

I think this issue originates from StacFields.formatItemProperties(). The data comes back from stac-fields with <ul><li></li>...etc attached.

Screen Shot 2022-03-31 at 17 06 09

It ends up not very easy to read for those locations with negative latitudes/longitudes (granted, I'm not sure how many people will be reading footprint or bounding box...). I was able to remove the dashes with the below css but wanted to bring it up here for further discussion.

    .metadata {
        ul {
            li {
                list-style-type: none !important;
            }
        }
    } 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions