You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whether using hoot convert with -D convert.ops=MapCropper -D crop.bounds="-98.0,31.0,-97.8,31.2" or using hoot crop
the operation is omitting nodes outside the bounds and then reassembling a closed way, vs doing a geometric clipping of the closed way and adding nodes where necessary.
vs
The text was updated successfully, but these errors were encountered:
whether using
hoot convert
with-D convert.ops=MapCropper -D crop.bounds="-98.0,31.0,-97.8,31.2"
or usinghoot crop
the operation is omitting nodes outside the bounds and then reassembling a closed way, vs doing a geometric clipping of the closed way and adding nodes where necessary.
vs
The text was updated successfully, but these errors were encountered: