Skip to main content
Solved

Combining attributes with PointOnAreaOverlay

  • September 17, 2013
  • 4 replies
  • 19 views

Forum|alt.badge.img
What I want to be able to do is search my database using multiple keywords. I am using the PointOnAreaOverlay so when I search an address, it will have access to the attributes from both. However, only my area attrbributes are coming up in the inspector window not my points. Any advice? Thanks!

Best answer by gisgirl

Okay! Looks like I needed to be using AreaOnAreaOverlay because the input was still an area shapefile, just extracting points from it.

 

 

Thanks for your help though David, you're a rockstar! :)
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • September 17, 2013
Hi,

 

 

are you sure that both the points and the polygons both have the same coordinate system? 

 

 

I suggest you send both the points and the polygons to the Inspector to check visually that they really overlap.

 

 

David

Forum|alt.badge.img
  • Author
  • September 17, 2013
I've manually typed in the same coordinate system for them. Maybe part of the problem is that the points are coming from an InsidePointExtractor, generating the centroids of each polygon and using those for the points to overlap with other polygons...? I can't actually see the centroids in the inspector.

Forum|alt.badge.img
  • Author
  • September 17, 2013
Maybe I need to combine the area polygons with the centroids first, then input them into the overlay? Does that make sense? I'm very new to FME.. Thanks!

Forum|alt.badge.img
  • Author
  • Best Answer
  • September 17, 2013
Okay! Looks like I needed to be using AreaOnAreaOverlay because the input was still an area shapefile, just extracting points from it.

 

 

Thanks for your help though David, you're a rockstar! :)