Skip to content

Commit 52ecf9d

Browse files
committed
Merge pull request #279 from jwalgran/feature/jcw/dont-send-filter-when-finding-plot
Remove filters from map tap nearby plot request
2 parents fe154cf + bfe697a commit 52ecf9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OpenTreeMap/src/OTM/Controllers/OTMMapViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ - (void)selectTreeNearCoordinate:(CLLocationCoordinate2D)coordinate
613613
[[[OTMEnvironment sharedEnvironment] api] getPlotsNearLatitude:coordinate.latitude
614614
longitude:coordinate.longitude
615615
user:loginManager.loggedInUser
616-
filters:self.filters
617616
callback:^(NSArray* plots, NSError* error)
618617
{
619618
if ([plots count] == 0) { // No plots returned

0 commit comments

Comments
 (0)