Nominatim/lib
Sarah Hoffmann c13094acfd limit number of considered places in POI queries
When searching for POIs in place_classtype_ tables limit the number
of objects considered to 300. The distinct and order by clauses
forced until now to retrive all matching objects and order them
first which can cause long running queries when retriving them
for large areas like the US.

Fixes #735.
2017-06-05 22:40:42 +02:00
..
template move moreURL computation into Geocode and include all params 2017-03-23 00:16:58 +01:00
cmd.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
db.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
Geocode.php limit number of considered places in POI queries 2017-06-05 22:40:42 +02:00
init-cmd.php fix array-related errors according to PSR2 coding style guide 2016-09-10 21:10:52 +02:00
init-website.php github.com/twain47 => github.com/openstreetmap 2017-03-12 13:06:25 +01:00
init.php bracket spacing for if/else/for/foreach/while/switch according to PSR2 standard 2016-09-08 02:16:22 +01:00
lib.php remove PHP version check 2017-06-01 20:10:10 +02:00
log.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
NearPoint.php fix style 2017-03-17 22:36:22 +01:00
output.php Tiger: set osmtype=way and correct osm_id 2016-11-01 23:34:29 +01:00
ParameterParser.php add namespaces, method visibility according to PSR2 standard 2016-09-16 02:27:36 +02:00
PlaceLookup.php remove street and addr_place columns in placex 2017-04-08 19:58:10 +02:00
ReverseGeocode.php introduce address column for place tables 2017-04-08 18:58:26 +02:00