Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1be0d395eb
2 changed files with 7 additions and 13 deletions
|
@ -546,6 +546,7 @@ public class BinaryMapPoiReaderAdapter {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!matches) {
|
||||||
Map<String, String> lt = am.getAdditionalInfo();
|
Map<String, String> lt = am.getAdditionalInfo();
|
||||||
for (Entry<String, String> e : lt.entrySet()) {
|
for (Entry<String, String> e : lt.entrySet()) {
|
||||||
matches = matcher.matches(e.getValue());
|
matches = matcher.matches(e.getValue());
|
||||||
|
@ -554,6 +555,7 @@ public class BinaryMapPoiReaderAdapter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (matches) {
|
if (matches) {
|
||||||
req.publish(am);
|
req.publish(am);
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,14 +47,6 @@ import com.jwetherell.openmap.common.UTMPoint;
|
||||||
|
|
||||||
|
|
||||||
public class SearchCoreFactory {
|
public class SearchCoreFactory {
|
||||||
// TODO add full text search with comma correct order
|
|
||||||
// TODO MED add full text search without comma and different word order
|
|
||||||
// TODO exclude duplicate streets/cities/pois...
|
|
||||||
|
|
||||||
// UI edit in the middle (with words and comma)?
|
|
||||||
// UI support poi additional select type and search
|
|
||||||
// UI display results momentarily
|
|
||||||
// UI automatically increase radius if nothing found (log radius search)
|
|
||||||
|
|
||||||
|
|
||||||
//////////////// CONSTANTS //////////
|
//////////////// CONSTANTS //////////
|
||||||
|
|
Loading…
Reference in a new issue