Filter by distance from a point


#1

Hi! I need to filter the number of crimes near a specific point. Is there a tool/chart for that?


#2

Hey! Yes, there is. You need to use Draw Control, is a tool from Map GL. If is not enabled by default please go to Settings/Draw Control/enable or add .set(“drawControl”, true) in the code editor. A button will show up at the top left from the map with a filter icon. Click on it and then select Distance.

Then draw a circle with the distance you need and thats it


#3

Thank you so much! This is exactly what I need