Hi
My site allows to add locations with or without coordinates. The question is: How do I filter the locations WIHTOUT data on the coordinates field?

Thanks in advance

Comments

rooby’s picture

Status: Active » Fixed

Location stores lat/lon values for all locations, so if you don't enter them they will be 0.000000, 0.000000

So you could just add a Location: Latitude filter to your view and set the operator to 'Is not equal to' and set the value to zero

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.