Skip to content

Release 1.0 RC6

Pre-release
Pre-release
Compare
Choose a tag to compare
@jumpinjackie jumpinjackie released this 04 Dec 10:14

Release 1.0rc6 (1.0.0.171)

  • This release is supported on:

    • MapGuide Open Source 3.1.2 with bundled PHP 5.6
    • MapGuide Open Source 4.0 with bundled PHP 8.1
  • #201: Migrated to slim framework 3

  • Fixes to various sample apps

  • Fixes to swagger API documentation for some operations

  • REST API changes:

    • DELETE /library/{resourcePath} -> DELETE /library/{resourcePath}/resource
      • This is to avoid ambiguous route matching
  • MgGeoJsonWriter renamed to MgReaderToGeoJsonWriter to avoid name collision with MgGeoJsonWriter in official MapGuide API

  • #154: Support getting geometry from selected features when (mappedonly=1)

  • #153: Support for select features on layer definition (for HTML/GeoJSON formats):

    • Using only properties mapped to display values
      • Specifying geometry to be included as well
    • Using display names from property mappings
  • #165: New geo-processing services available under /processing

    • Buffer
    • Difference
    • Intersection
    • Symmetric Difference
    • Union
    • Spatial Predicate Testing
      • Contains
      • Crosses
      • Disjoint
      • Equals
      • Intersects
      • Overlaps
      • Touches
      • Within
  • GeoJSON coordinate precision now defaults to 7 decimal places

  • #216: Honor transformto in published data sources if specified as a query string parameter