]> git.openstreetmap.org Git - nominatim.git/history - lib/PlaceLookup.php
Nominatim::DB support input variables, custom error messages
[nominatim.git] / lib / PlaceLookup.php
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...
2016-03-13 Sarah HoffmannMerge pull request #381 from lonvia/cmake-port
2016-03-09 Sarah HoffmannMerge pull request #389 from mtmail/reverse-geocode...
2016-03-04 Marc Tobias MettenReverse geocode include geometry
2016-01-15 Marc Tobias MettenMerge branch 'mobile-responsive' of https://github...
2015-10-15 Marc Tobias Mettenmore tests for libphp - incorporate lonvias feedback
2015-08-15 Sarah Hoffmannfix json output of empty arrays
2015-08-11 Sarah HoffmannMerge pull request #305 from lonvia/api-extratags
2015-08-09 Sarah Hoffmannadd extratags and name details to PlaceLookup (reverse)
2015-04-30 Sarah HoffmannMerge branch 'reverse-lookup-including-tiger-lookup...
2015-04-28 Marc Tobias Mettenpostgres coalesce() looks for null values, not 0. Resul...
2015-04-28 Marc Tobias Mettenduring reverse geocode lookup we also check the (option...
2015-02-18 Marc Tobias Mettencheck database results before using variable
2014-10-28 Marc Tobias Mettenfor PlaceLookup if we look for nodes then the centroid...
2014-05-16 Sarah HoffmannMerge branch 'place-in-addressdetails' of https://githu...
2014-04-30 Sarah Hoffmannprefer place tag for address details
2014-02-06 Brian Quinioninclude rank and importance in reverse geocode output
2013-09-09 Brian QuinionTest code for creating osm breadcrumbs and hierarchy
2013-09-09 Sarah HoffmannMerge branch 'osmosis_error_return' of https://github...
2013-09-09 Sarah HoffmannMerge branch 'master' of https://github.com/spin0us...
next