Skip to main content

Hello, 

I think my question has been asked before but I can't find anything on Google.

Input Data : 

  • One table wothout geometry with :
    • Id
    • Id route
    • measure
  • One table with linestring geometry and : 
    • Id
    • Id route (the same)
    • geometry

I want to position my point data with the measure field along the line and generate a new Point Geometry

One way to do this:

  • Merge the geometries to the records.
    • FeatureMerger
    • Records are Requestors.
    • Geometries are Suppliers.
    • Set parameter in FeatureMerger to merge geometry from supplier.
  • Create point from geometry + measure and record using the Snipper.

Reply