]> git.openstreetmap.org Git - nominatim.git/history - lib/ReverseGeocode.php
exclude all objects without address rank from reverse
[nominatim.git] / lib / ReverseGeocode.php
2019-04-16 Sarah Hoffmannexclude all objects without address rank from reverse
2019-04-15 Sarah Hoffmannadd reverse zoom level that includes minor streets
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-02-24 Sarah HoffmannChange accepted features for reverse geocoding at rank 30
2018-08-23 Sarah HoffmannMerge branch 'customPHP1' of https://github.com/ThomasB...
2018-08-22 Sarah Hoffmannignore linked country nodes for reverse geocoding
2018-08-20 Sarah Hoffmannclean up reverse code
2018-08-20 Sarah Hoffmanndirectly do country search for reverse zoom < 5
2018-08-19 Sarah Hoffmannreduce search radius when searching for nodes within...
2018-08-13 Sarah Hoffmannreverse on street level should compute distance to...
2018-08-08 Sarah Hoffmannfixup use of indexes for latest reverse changes
2018-08-04 Sarah HoffmannMerge pull request #1110 from lonvia/remove-address...
2018-08-04 Sarah HoffmannMerge pull request #1126 from lonvia/improve-country...
2018-08-04 Sarah Hoffmannimprove place node search when no areas found
2018-07-06 Sarah Hoffmannmake phpcs happy
2018-07-06 Sarah HoffmannMerge branch 'geojson-output' of https://github.com...
2018-07-05 Sarah Hoffmannremove trailing spaces
2018-07-05 Sarah Hoffmannavoid 'SELECT *'
2018-07-04 Sarah Hoffmannmake sure index is used when looking for places in...
2018-07-02 Sarah HoffmannMerge branch 'better-reverse' of https://github.com...
2018-06-27 gemo1011added comments and improved geOutline function
2018-06-27 gemo1011no polygon search over country-level
2018-06-27 gemo1011changed the lookupPolygon function
2018-06-27 gemo1011added search diameter for the place node search, depend...
2018-06-27 gemo1011fixed getoutlinesfunction
2018-06-27 gemo1011improvements for pull request
2018-06-27 gemo1011better search for interpolated housenumbers
2018-06-27 gemo1011test adjusting
2018-06-27 gemo1011better place node search with rank_search
2018-06-27 gemo1011only starts the search in country_osm_grid if $iMaxRank > 4
2018-06-27 gemo1011new query if no polygon is found
2018-06-05 gemo1011deleted query for place nodes search if no polygon...
2018-06-05 gemo1011new query to search place nodes if no polygon was found
2018-06-05 gemo1011adapted the coding style with phpcs
2018-06-05 gemo1011better performance
2018-06-05 gemo1011faster query through bbox preselection
2018-06-05 gemo1011performence update through subquerry
2018-06-05 gemo1011changing to from rank_search to rank_address
2018-06-05 gemo1011better performance for place node search
2018-06-05 gemo1011use the linked_place_id for adress search if a place...
2018-06-05 gemo1011changed reverse geocode algorithm
2017-12-14 Sarah Hoffmannfix address walk-up for reverse
2017-10-28 Sarah HoffmannMerge pull request #842 from mtmail/updated-tiger-count...
2017-10-27 Sarah HoffmannMerge branch 'fix-map-on-details-page' of https://githu...
2017-10-27 Sarah Hoffmannallow unnamed roads for reverse geocoding
2017-10-27 Sarah Hoffmannignore linked places for reverse geocoding
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 Hoffmannrestrict number of results for reverse queries
2017-10-24 Sarah HoffmannMerge pull request #829 from lonvia/result-as-a-class
2017-10-23 Sarah Hoffmannuse Result class in reverse geocoding
2017-10-10 Sarah HoffmannMerge pull request #812 from lonvia/search-as-a-class
2017-10-08 Sarah Hoffmannreplace NearPoint with a more generic context object
2017-04-13 Sarah HoffmannMerge pull request #700 from lonvia/structured-address...
2017-04-08 Sarah Hoffmannintroduce address column for place tables
2017-02-26 Sarah Hoffmannmove interpolaton computation into indexing step
2017-02-05 Sarah Hoffmannreverse: choose interpolation only when further than...
2017-02-05 Sarah Hoffmannreverse: disable interpolation when going up the addres...
2017-01-16 Sarah HoffmannMerge pull request #610 from lonvia/set-lanugage-of...
2017-01-15 Sarah HoffmannMerge pull request #605 from lonvia/fix-fraction-on...
2017-01-09 Sarah Hoffmannreverse: reduce search radius for interpolations
2016-10-09 Sarah Hoffmannreplace deprecated postgis functions
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 Hoffmannremove unnecessary local variable
2016-07-26 Sarah Hoffmannrefactor ReverseGeocode
2016-07-25 Sarah HoffmannMerge pull request #487 from lonvia/unify-reverse
2016-07-24 Sarah Hoffmannremove duplicate reverse geocoding code
2016-06-14 Sarah Hoffmannreverse do not downgrade tiger and interpolation results
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 GailCorrect merge error in Geocode.php.
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-03-27 Sarah HoffmannMerge branch 'tigerlines' of https://github.com/markiga...
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