Releases: dfridkin/arcGIS-Rust-runtime
Releases · dfridkin/arcGIS-Rust-runtime
v0.1.2
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
v0.1.1-alpha
README Changes, Cargo Docs