Skip to content

Commit

Permalink
Update geometry from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Nov 1, 2024
1 parent 1b99a26 commit 9d11048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/geometry
Submodule geometry updated 33 files
+1 −1 include/boost/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp
+1 −1 include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp
+1 −1 include/boost/geometry/algorithms/detail/gc_make_rtree.hpp
+1 −1 include/boost/geometry/algorithms/detail/overlay/pointlike_areal.hpp
+2 −5 include/boost/geometry/algorithms/detail/sections/section_functions.hpp
+1 −1 include/boost/geometry/algorithms/detail/sections/sectionalize.hpp
+2 −2 include/boost/geometry/algorithms/detail/touches/implementation.hpp
+1 −1 include/boost/geometry/algorithms/merge_elements.hpp
+16 −1 include/boost/geometry/core/coordinate_system.hpp
+4 −4 include/boost/geometry/core/radian_access.hpp
+1 −1 include/boost/geometry/formulas/geographic.hpp
+2 −2 include/boost/geometry/geometries/adapted/boost_polygon/point.hpp
+3 −3 include/boost/geometry/geometries/concepts/point_concept.hpp
+1 −1 include/boost/geometry/index/rtree.hpp
+1 −1 include/boost/geometry/srs/transformation.hpp
+1 −1 include/boost/geometry/strategies/cartesian/closest_points_pt_seg.hpp
+1 −1 include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp
+1 −1 include/boost/geometry/strategies/geographic/closest_points_pt_seg.hpp
+1 −1 include/boost/geometry/strategies/spherical/closest_points_pt_seg.hpp
+1 −1 test/algorithms/envelope_expand/envelope_on_spheroid.cpp
+1 −5 test/algorithms/envelope_expand/expand_on_spheroid.cpp
+12 −12 test/algorithms/similarity/discrete_frechet_distance.cpp
+19 −18 test/algorithms/similarity/discrete_hausdorff_distance.cpp
+6 −6 test/concepts/point_concept_checker.cpp
+3 −3 test/concepts/point_well_formed_traits.cpp
+3 −3 test/concepts/point_with_incorrect_dimension.cpp
+3 −3 test/concepts/point_without_coordinate_type.cpp
+3 −3 test/concepts/point_without_dimension.cpp
+3 −3 test/concepts/point_without_getter.cpp
+3 −3 test/concepts/point_without_setter.cpp
+6 −6 test/geometries/concepts/check.cpp
+2 −2 test/test_common/test_point.hpp
+2 −2 test/test_common/with_pointer.hpp

0 comments on commit 9d11048

Please sign in to comment.