gis-tools-ts - v0.6.0
    Preparing search index...

    Function llNormalize

    • Ensures that lon is in [-180, 180] and lat is in [-90, 90]. Updates the input in place

      Type Parameters

      • M extends Properties = Properties

      Parameters

      • ll: LonLat<M>

        input lon-lat in degrees

      Returns LonLat<M>

      • the input lon-lat but normalized