- search request are now made using a map boundary
- search results are only computed for the map boundary
- the number of results is adopted to the results in the visible range
- added a double-buffering for the search result markers
- added a search query option for the search results:
/radius/<lat>/<lon>/<radius>
EventChannel.channels(EventChannel.REMOTESEARCH).addMessage(newRSSMessage("Remote Search Request from "+((remoteSeed==null)?"unknown":remoteSeed.getName()),QueryParams.anonymizedQueryHashes(theQuery.queryHashes),""));
Strings=this.metas.get("ICBM");// InterContinental Ballistic Missile (abbrev. supposed to be a joke: http://www.jargon.net/jargonfile/i/ICBMaddress.html), see http://geourl.org/add.html#icbm
if(s!=null){
@ -811,8 +811,8 @@ public class ContentScraper extends AbstractScraper implements Scraper {
doublekmNormal=100.d;// 100 =ca 40000.d / 360.d == 111.11 - if lat/lon is multiplied with this, rounded and diveded by this, the location is normalized to a 1km grid
publicSegmentgetSegment(){
returnthis.indexSegment;
}
@ -511,6 +523,8 @@ public final class QueryParams {