Changes between Initial Version and Version 1 of Ticket #2734, comment 2


Ignore:
Timestamp:
Mar 25, 2016, 6:22:28 AM (8 years ago)
Author:
wenzeslaus

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2734, comment 2

    initial v1  
    11In r66459 I have added `Vect_point_in_box_2d()` function which is simply a 2D version of `Vect_point_in_box()` function which is 3D only. Alternative would be to add one function which would optionally consider ''z''.
    22
    3 Using `Vect_point_in_box_2d()` and existing `with_z` logic I have tried to fix this ticket and [https://lists.osgeo.org/pipermail/grass-user/2015-July/072809.html reported issue] in r66460 in ''v.decimate''. The test written for ''v.decimate'' would suggest that the change helped.
     3Using `Vect_point_in_box_2d()` and existing `with_z` logic I have tried to fix this ticket and [https://lists.osgeo.org/pipermail/grass-user/2015-July/072809.html reported issue] in r66460 in ''v.distance''. The test written for ''v.distance'' would suggest that the change helped.
    44
    55`Vect_point_in_box()` function is used a lot in the modules and very often with hardcoded `0.0` as ''z'' parameter (and there might be also cases when ''z'' is optionally zero). These should be replaced by the new function or its universal alternative.