]> git.openstreetmap.org Git - nominatim.git/history - lib/PlaceLookup.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib / PlaceLookup.php
2021-02-12 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2021-02-12 Sarah HoffmannMerge pull request #2164 from lonvia/add-make-install
2021-02-09 Sarah Hoffmannrename lib to lib-php
2020-12-30 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2020-12-21 Sarah HoffmannMerge pull request #2115 from lonvia/use-dotenv
2020-12-19 Sarah Hoffmannswitch remaining settings to dotenv format
2020-12-19 Sarah Hoffmannreorganise path settings in config
2020-08-27 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2020-08-27 Sarah Hoffmannplace lookup: filter places that have no details
2020-08-26 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2020-08-26 Sarah HoffmannMerge pull request #1931 from lonvia/stable-sort-for...
2020-08-26 Sarah HoffmannPlaceLookup should return results in input order
2020-05-23 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2020-05-20 Sarah HoffmannMerge pull request #1801 from lonvia/rework-classtypes
2020-05-18 Sarah Hoffmannfix style
2020-05-17 Sarah Hoffmannreorganise class/type information
2020-05-13 Sarah HoffmannMerge branch 'patch-1' of https://github.com/ganeshkris...
2020-04-26 Sarah HoffmannMerge branch 'separate-compilation' of https://github...
2020-04-03 Sarah HoffmannMerge pull request #1733 from krahulreddy/whitespaces...
2020-03-29 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2020-03-29 Sarah HoffmannMerge pull request #1729 from lonvia/fix-details-link...
2020-03-29 marc tobiasremove polygon=1 (polypoints) feature
2020-03-04 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2020-03-04 Sarah HoffmannMerge pull request #1702 from lonvia/rename-derived...
2020-03-01 Sarah Hoffmannfix style
2020-02-28 Sarah Hoffmannbetter grouping
2020-02-28 Sarah Hoffmannoutput linked place into address details
2019-05-02 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2019-04-30 Sarah HoffmannConvert importance to float value
2019-04-14 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2019-03-13 Sarah HoffmannMerge pull request #1328 from mtmail/php-pdo-with-prepare
2019-03-10 marc tobiasNominatim::DB support input variables, custom error...
2019-03-09 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2019-03-09 Sarah HoffmannMerge pull request #1318 from mtmail/php-pdo
2019-03-08 marc tobiasreplace database abstraction DB with PDO
2018-08-05 Sarah HoffmannMerge pull request #1111 from lonvia/remove-postcode...
2018-08-05 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-08-05 Sarah Hoffmanndefine types for null returns in PlaceLookup
2018-07-17 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-07-13 Sarah HoffmannMerge pull request #1090 from mtmail/add-more-nominatim...
2018-07-13 Sarah HoffmannMerge pull request #1089 from lonvia/clean-up-address...
2018-07-10 Sarah Hoffmannunify address details lookup
2018-07-09 Sarah Hoffmannmove ClassTypes into own namespace
2018-07-06 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-07-06 Sarah Hoffmannignore admin_level = 15 in geocodejson output
2018-07-06 Sarah Hoffmannuse already existing address field in geocodejson
2018-07-06 Sarah HoffmannMerge branch 'geojson-output' of https://github.com...
2018-07-03 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-07-02 Sarah HoffmannMerge branch 'better-reverse' of https://github.com...
2018-06-27 gemo1011added comments and improved geOutline function
2018-06-27 gemo1011added case when for highways in subquery
2018-06-27 gemo1011fixed getoutlinesfunction
2018-06-27 gemo1011fixed typo
2018-06-27 gemo1011fixed getoutlines function if no coordinates are passed
2018-06-27 gemo1011using ST_ClosestPoint and a subquery
2018-06-27 gemo1011rebase
2018-06-27 gemo1011rebase
2018-05-29 Marc Tobias Mettensearch/reverse/lookup with geojson,geocodejson output
2018-04-18 Sarah HoffmannMerge pull request #977 from lonvia/fix-byteswap-check
2018-03-26 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-03-26 Sarah HoffmannMerge pull request #989 from lonvia/pretty-debug
2018-03-25 Sarah Hoffmannnicer formatting for Geocode debug output
2018-03-24 Sarah HoffmannMerge pull request #986 from mtmail/php-replace-sizeof
2018-03-22 marc tobiasreplace PHP sizeof() with either count() or empty()
2018-02-12 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-02-12 Sarah HoffmannMerge pull request #915 from foodev/master
2018-02-12 Jonas HantelmannPlaceLookup::getAddressDetails() should be public,...
2017-10-27 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-26 Sarah HoffmannMerge pull request #835 from lonvia/fix-quoting
2017-10-26 Sarah Hoffmannreplace double-quoting with single quotes where applicable
2017-10-25 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-25 Sarah Hoffmannplacex must not return a lookup housenumber
2017-10-24 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-24 Sarah HoffmannMerge pull request #829 from lonvia/result-as-a-class
2017-10-23 Sarah Hoffmannuse PlaceLookup::loadParamArray in search and lookup
2017-10-23 Sarah Hoffmannadd loadParamArray function to PlaceLookup and use...
2017-10-23 Sarah Hoffmannuse PlaceLookup in search
2017-10-23 Sarah Hoffmannmake PlaceLookup::lookup() accept multiple results
2017-10-23 Sarah Hoffmannreplace SQL code in PlaceLookup with content of search...
2017-10-23 Sarah Hoffmannuse Result class in reverse geocoding
2017-10-04 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-03 Sarah Hoffmanntests: more coverage for all API endpoints
2017-04-13 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-04-13 Sarah HoffmannMerge pull request #700 from lonvia/structured-address...
2017-04-08 Sarah Hoffmannremove street and addr_place columns in placex
2017-04-08 Sarah Hoffmannintroduce address column for place tables
2017-01-15 Sarah HoffmannRevert "cut interpolated housenumbers at range boundaries"
2017-01-15 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-01-02 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2016-12-17 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2016-11-02 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2016-11-02 Sarah HoffmannMerge pull request #548 from lonvia/query-ckeck-utf8
2016-10-16 Sarah HoffmannMerge pull request #550 from lonvia/decrease-line-length
2016-10-13 Sarah Hoffmannreduce maximum line length to 199 for all php files
2016-10-13 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2016-10-12 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2016-10-10 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2016-10-09 Sarah Hoffmanncut interpolated housenumbers at range boundaries
2016-09-30 Sarah HoffmannMerge remote-tracking branch 'upstream/master' into...
2016-09-16 Sarah HoffmannMerge pull request #533 from mtmail/PSR2-php-tests
next