Skip to content

Bounding boxes lat&lon in wrong order in examples #17

@KEGustafsson

Description

@KEGustafsson

Bounding boxes have wrong order for Lat & Lon.
E.g.
https://github.com/aisstream/example/blob/main/javascript/index.js#L9-L10

BoundingBoxes: [
  [
    [minLon, minLat],
    [maxLon, maxLat],
  ],
],

Should be

BoundingBoxes: [
  [
    [minLat, minLon],
    [maxLat, maxLon],
  ],
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions