Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Amdbln20
Contributor
Contributor

Geo Map - Point Inside Area or not

hello all together,
i would like to map if a certain point, given in longitude and latitude, is located in a certain area. The areas are stored in a KML file with corresponding coordinates.

That means, if point 1 is located in the  Area 2, this should be recorded in a table. If there a possible solution?

Points:

Load * Inline [
PointID, Lat, Long
1, 52.440756, 13.525061
2, 52.440689, 13.525567];

Areas:

see attachment

Kind Regards

ahmad

1 Solution

Accepted Solutions
fosuzuki
Partner - Specialist III
Partner - Specialist III

Hi,

You can use the Within operation. One dataset will be Areas, and the other dataset will be the Points.

This is a quick video tutorial. It is in portuguese, but I think you will be able to understand.

View solution in original post

3 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

Hi,

You can use the Within operation. One dataset will be Areas, and the other dataset will be the Points.

This is a quick video tutorial. It is in portuguese, but I think you will be able to understand.

Amdbln20
Contributor
Contributor
Author

Hi Fosuzuki,

thank you very much! Thats what i need 🙂

NIAkim
Contributor
Contributor

well