Skip to main content
Question

Hi Everyone, I have a problem. I want to merge our line database with OSM. Is there any options to, make a if condition. What I need: If geometry is same, and the street name. Thanks.

  • June 20, 2022
  • 1 reply
  • 12 views

dallas2011
Contributor
Forum|alt.badge.img+2
Hi Everyone, I have a problem. I want to merge our line database with OSM. Is there any options to, make a if condition. What I need: If geometry is same, and the street name. Thanks.

1 reply

evieatsafe
Safer
  • Safer
  • 295 replies
  • June 22, 2022

Hi @dallas2011​ thanks for your question.

I believe the answer to your issue is the ChangeDectector transformer! It can check to see the difference between geometry as well as attributes such as "street name". You can see in the image below that you can select the checkboxes "Check Attributes" and "Check Geometry". If you are interested in fuzzy matches then we suggest changing the Vector Tolerance to something you are comfortable with.

changeDetectorFor more information on the ChangeDetector check out this article on Change Detection!

Hope this helps,

Evie