>
> Is it correct to do this way?First I will save point layer using start and
> end points of line layer.Again then connect the two layers using
> autoconnect method . So that I can find shortest path between features of
> the line layer.
>
hema,
yes it's correct, but note, that there must be on
Hello,
I tried to unsubscribe the mailing list but I never received the email to
physically unsubscribe.
Any help ?
--
*Samy*
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
hello Mikhail Gusev ,
Is it correct to do this way?First I will save point layer using start and
end points of line layer.Again then connect the two layers using
autoconnect method . So that I can find shortest path between features of
the line layer.
thanks,
hema
On Wed, Nov 12, 2014 at 3:03 P
Even Rouault spatialys.com> writes:
>
> Hi,
>
> Just to notify you that with http://trac.osgeo.org/gdal/ticket/5731 I've done
> a global pass on the whole source tree to hopefully address most issues
> related to floating-point <--> string conversions that were sensitive in a
lot
> of places
Even Rouault spatialys.com> writes:
>
> Hi,
>
> I think that the points raised in the discussion have been answered.
>
> So:
>
> Motion : I move to adopt RFC 49: Curve geometries
>
> http://trac.osgeo.org/gdal/wiki/rfc49_curve_geometries
>
> Starting with my +1
+1
-Jukka-
_
>
> The algorithm is using only the features that are connected manually and
> that are present in _gnm_graph.
No, if you use automatic connection the _gnm_graph is also formed
automatically because it internally calls ConnectFeatures().
Is there any other simple solution to solve this.
>
It i