]> git.openstreetmap.org Git - nominatim.git/history - lib/PlaceLookup.php
switch remaining settings to dotenv format
[nominatim.git] / lib / PlaceLookup.php
2020-12-19 Sarah Hoffmannswitch remaining settings to dotenv format
2020-12-19 Sarah Hoffmannreorganise path settings in config
2020-08-27 Sarah Hoffmannplace lookup: filter places that have no details
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-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 pull request #1729 from lonvia/fix-details-link...
2020-03-29 marc tobiasremove polygon=1 (polypoints) feature
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-04-30 Sarah HoffmannConvert importance to float value
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 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 Hoffmanndefine types for null returns in PlaceLookup
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 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-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 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 pull request #915 from foodev/master
2018-02-12 Jonas HantelmannPlaceLookup::getAddressDetails() should be public,...
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 Hoffmannplacex must not return a lookup housenumber
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-03 Sarah Hoffmanntests: more coverage for all API endpoints
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
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-09-16 Sarah HoffmannMerge pull request #533 from mtmail/PSR2-php-tests
2016-09-16 Sarah HoffmannMerge pull request #532 from mtmail/PSR2-namespaces
2016-09-16 Marc Tobias Mettenadd namespaces, method visibility according to PSR2...
2016-09-15 Sarah HoffmannMerge branch 'PSR2-fixes-for-settings' of https://githu...
2016-09-15 Sarah HoffmannMerge branch 'PSR2-fixes-for-wikidata' of https://githu...
2016-09-14 Marc Tobias Mettenfix indentation and misc errors according to PSR2 codin...
2016-09-11 Sarah HoffmannMerge pull request #524 from mtmail/PSR2-function-decla...
2016-09-11 Marc Tobias Mettenfix function declaration errors according to PSR2 codin...
2016-09-10 Sarah HoffmannMerge pull request #522 from mtmail/PSR2-arrays
2016-09-10 marc tobiasfix array-related errors according to PSR2 coding style...
2016-09-08 marc tobiasbracket spacing for if/else/for/foreach/while/switch...
2016-09-05 Sarah HoffmannMerge branch 'delete-us-postcode-without-name' of https...
2016-09-04 Marc Tobias Mettentabs-to-spaces
2016-07-30 Marc Tobias MettenMerge remote-tracking branch 'upstream/master' into...
2016-07-27 Sarah HoffmannMerge pull request #490 from lonvia/streamline-class...
2016-07-26 Sarah Hoffmanncleanup interface of PlaceLookup
2016-06-13 Sarah HoffmannMerge pull request #469 from lonvia/refactor-php
2016-06-12 Sarah Hoffmannuse chksql everywhere in lib/
2016-06-09 Sarah HoffmannMerge pull request #219 from mizabrik/master
2016-06-04 Sarah HoffmannMerge branch 'interpolations'
2016-05-14 Sarah HoffmannMerge remote-tracking branch 'markus/master' into master
2016-04-27 Markus Gailindex on geometry of interpolation lines, and more...
2016-04-25 Markus GailMerge remote-tracking branch 'origin/master' into osmline
2016-04-25 Markus GailRemove interpolation lines from placex and save them...
2016-04-12 Sarah HoffmannMerge pull request #425 from lonvia/disable-aux-tables
2016-04-07 Sarah Hoffmannmake tables for external data (Tiger and aux) configurable
2016-04-01 Sarah HoffmannMerge pull request #420 from lonvia/remove-explicit...
2016-03-30 Sarah Hoffmannremove explicitly set postgres/postgis version
2016-03-27 Sarah HoffmannMerge branch 'tigerlines' of https://github.com/markiga...
2016-03-23 Markus GailFix coding style.
2016-03-22 Markus GailMerge branch 'tigerlines' of /home/markus/Nominatim...
2016-03-21 Markus Gailadapt to code style conventions
2016-03-21 Markus GailImplement geocoding and reverse geocoding with tiger...
2016-03-21 Markus Gailadapt to code style conventions
2016-03-21 Markus GailImplement geocoding and reverse geocoding with tiger...
next