Skip to content

v3.7.0

Compare
Choose a tag to compare
@philvarner philvarner released this 14 May 13:47
· 1 commit to main since this release

Fixed

  • For the first item indexed in a new collection, if all values in the
    proj:transform array were integers, the values were typed as integers,
    which would then cause an error for subsequent items that had float values
    in the array.

Added

  • Allow the following CORS headers to be configured with configuration variables:
    • Access-Control-Allow-Origin: CORS_ORIGIN
    • Access-Control-Allow-Credentials: CORS_CREDENTIALS
    • Access-Control-Allow-Methods: CORS_METHODS
    • Access-Control-Allow-Headers: CORS_HEADERS