<div dir="ltr"><div>No, it will not break the line into segments. All point features that are geometrically on the line feature except endings will be ignored.<br></div>For Y intersection the connections will be created only for 3 lines with the common end point.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-11 14:28 GMT+04:00 ChiefDan <span dir="ltr"><<a href="mailto:ChiefDan@gmail.com" target="_blank">ChiefDan@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for the response. The source data is in EPSG 900913, the network data<br>
according to ogrinfo:<br>
PROJCS["WGS_84_Pseudo_Mercator",<br>
    GEOGCS["GCS_WGS_1984",<br>
        DATUM["WGS_1984",<br>
            SPHEROID["WGS_84",6378137,298.257223563]],<br>
        PRIMEM["Greenwich",0],<br>
        UNIT["Degree",0.017453292519943295]],<br>
    PROJECTION["Mercator_1SP"],<br>
    PARAMETER["central_meridian",0],<br>
    PARAMETER["false_easting",0],<br>
    PARAMETER["false_northing",0],<br>
    UNIT["Meter",1],<br>
    PARAMETER["latitude_of_origin",0.0]]<br>
<br>
Looking at the individual point values, they seem to be EPSG 4326:<br>
OGRFeature(gnm_Frog_Branches_point):1<br>
  name (String) = 78B-S-0<br>
  gfid (Integer) = 68<br>
  POINT (12.305749698885625 45.450093091932679)<br>
<br>
For a line with multiple point objects on it, will the GNM processing break<br>
the line up into multiple segments creating the line segments between the<br>
points?<br>
Also, if there are overlapping lines that form a Y intersection, can the GNM<br>
processing recognize that as a potential path?<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/GNM-Usage-tp5192401p5192757.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/GNM-Usage-tp5192401p5192757.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br></div>