Skip to content

resto v9.5.9

Latest
Compare
Choose a tag to compare
@jjrom jjrom released this 17 Jan 14:50
2de785e

What's Changed

  • Set title to “All items” for the rel=”items” endpoint in catalogs instead of repeating the parent title
  • Add a “created” column in catalog_feature table to order feature catalog by last inserted, first displayed
  • The PHP antimeridian computation to split polygon that replaced the SQL code incorrectly split polygons that span more than 180 degrees in longitude. This does not work for global product. Hence, the hypothesis for split/no split is no more based on longitude length asumption but on the order of westernmost vs easternmost coordinates with the asumption that the first coordinates in the GeoJSON is always the westernmost coordinate (follows GeoJSON convention)
  • Title and description of collection are now duplicated within the catalog table so a search in rocket correctly displayed it

Full Changelog: v9.5.8...v9.5.9