Skip to content

Releases: dfridkin/arcGIS-Rust-runtime

v0.1.2

01 Jun 01:57
74a16bc
Compare
Choose a tag to compare

Release Notes - Version 0.1.2
New Features

Geometric Operations:
    Intersection: Calculate the intersection of two geometries using the run_intersection function.
    Union: Merge multiple geometries into a single geometry using the run_union function.
    Boundaries: Retrieve the boundary of a geometry using the calculate_boundaries function.

Map View Creation:
    Introduced MapView for creating and managing map views using ArcGIS data.
    Example provided for creating a MapView and accessing a geoprocessing endpoint.

Documentation

Added detailed documentation and examples for all new features.
Updated README to include usage instructions for geometric operations and map view creation.

Bug Fixes

Fixed issues with the visibility of the point macro in documentation tests.

Known Issues

TODO: Implement feature layer rendering logic
TODO: Fix the tests -> tests/rendering_tests.rs

Notes

Ensure that the reqwest crate is included with the blocking feature enabled for network requests.

v0.1.1-alpha

31 May 00:52
Compare
Choose a tag to compare

v0.1.1-alpha
README Changes, Cargo Docs

v0.1.0-alpha

30 May 17:03
499ca34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/dfridkin/arcGIS-Rust-runtime/commits/v0.1.0-alpha