With a quick update to our previous rule, we can extend our range to search for a road within 100m.
To change the distance, we simply open our rule and adjust the value.
Now, our rule returns false for 4 of our 6 fire stations.
One Fire Station that returned “false” for our previous rule now returns “true” because the roads now fall within the extended range.
This is an improvement on before, but some Fire Station points are still failing our rule logic just because the roads are still slightly out of range.
Can we tweak this rule further?