We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe154cf + bfe697a commit 52ecf9dCopy full SHA for 52ecf9d
1 file changed
OpenTreeMap/src/OTM/Controllers/OTMMapViewController.m
@@ -613,7 +613,6 @@ - (void)selectTreeNearCoordinate:(CLLocationCoordinate2D)coordinate
613
[[[OTMEnvironment sharedEnvironment] api] getPlotsNearLatitude:coordinate.latitude
614
longitude:coordinate.longitude
615
user:loginManager.loggedInUser
616
- filters:self.filters
617
callback:^(NSArray* plots, NSError* error)
618
{
619
if ([plots count] == 0) { // No plots returned
0 commit comments