Skip to content

v14.28.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 20:15
· 122 commits to main since this release
aa28eb8

v14.28.0 - 2025-02-27

  • 🚀 If a LineString feature is provided that happens to have the same first and end coordinate, TAK will treat it as a polygon as the U-D type doesn't differentiate
    Set fillOpacity: 0 for LineString features to ensure they at least look correct. When it is parsed back into GeoJSON it will "become" a polygon which will need to
    be handled by downstream users if they want to maintain the original geometry type