]> git.openstreetmap.org Git - nominatim.git/history - lib
README: tiny markdown syntax error
[nominatim.git] / lib /
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 case when for highways in subquery
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 gemo1011fixed typo
2018-06-27 gemo1011fixed getoutlines function if no coordinates are passed
2018-06-27 gemo1011better search for interpolated housenumbers
2018-06-27 gemo1011using ST_ClosestPoint and a subquery
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-27 gemo1011rebase
2018-06-27 gemo1011rebase
2018-06-14 Sarah HoffmannMerge pull request #1062 from mtmail/display-viewbox...
2018-06-14 Marc Tobias Mettendisplay viewbox on map
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
2018-05-29 Marc Tobias Mettensearch/reverse/lookup with geojson,geocodejson output
2018-05-15 Sarah HoffmannMerge pull request #1043 from lonvia/token-as-a-class
2018-05-14 Sarah Hoffmanndocument tokens
2018-05-14 Sarah Hoffmannadd documentation for TokenList
2018-05-14 Sarah Hoffmannintroduce classes for token list and token types
2018-05-08 Sarah HoffmannMerge pull request #1038 from mtmail/phpcs-array-key...
2018-05-07 Marc Tobias Mettenadd PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned...
2018-05-07 Sarah Hoffmannnarrow down search by house number when postcode is...
2018-05-07 Sarah HoffmannMerge pull request #1033 from lonvia/remove-word-freque...
2018-05-06 Sarah Hoffmannreplace word frequency hash
2018-05-04 mtmailadd JSON format to /status endpoint (#1013)
2018-05-04 Sarah HoffmannMerge pull request #1032 from mtmail/tests-for-debughtml
2018-05-03 Marc Tobias MettenPHP unit tests for DebugHtml
2018-04-18 Sarah HoffmannMerge pull request #977 from lonvia/fix-byteswap-check
2018-04-13 mtmailPHP code style: enforce long array initialisation ...
2018-04-12 marc tobiasreturn centroid on geojson format
2018-04-12 marc tobiasremove rank_search_label field
2018-04-12 marc tobiasuse RFC3339 for human readable date
2018-04-12 marc tobiasrename parentof to hierarchy and other lonvia Mar/29...
2018-04-12 Marc Tobias Mettenlocalname field is required by nominatim-ui
2018-04-12 Marc Tobias Mettenonly return polygon if &polygon_geojson=1 is set
2018-04-12 marc tobiasvariable naming after lonvia PR feedback
2018-04-12 Marc Tobias Mettendetails support json output
2018-04-06 Sarah HoffmannMerge pull request #1005 from lonvia/no-limit-for-house...
2018-04-06 Sarah Hoffmanndo not apply limit to house number place searches
2018-04-06 Sarah HoffmannMerge pull request #1003 from mtmail/details-permalink
2018-04-06 marc tobiasdetails page: move permalink next to page title
2018-04-06 marc tobiasdetails page: add a perma-link
2018-03-27 Sarah HoffmannMerge pull request #994 from mtmail/bugfix-when-calling...
2018-03-27 Marc Tobias Mettenfix -undefined offset- error
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-03-16 Sarah HoffmannMerge pull request #969 from mtmail/update-vagrant-md
2018-03-13 Marc Tobias Mettenmerge json and jsonv2 templates, they were very similar
2018-03-08 Sarah HoffmannMerge branch 'vagrant-centos-with-selinux' of https...
2018-03-06 Sarah HoffmannMerge pull request #941 from mtmail/parameter-parser...
2018-03-06 marc tobiasParameterParser: getStringList removes empty strings
2018-03-06 marc tobiasParameterParser: getFloat with empty string value throw...
2018-03-06 marc tobiasParameterParser: getInt with empty string value throws...
2018-03-01 Sarah Hoffmannsecond attempt at strict names in structured queries
2018-03-01 Sarah Hoffmanndo not allow importance to become 0
2018-03-01 Sarah Hoffmannfor structured search only accept name terms from the...
2018-02-26 Sarah HoffmannMerge branch 'patch-1' of https://github.com/NeilRickar...
2018-02-23 Sarah HoffmannMerge pull request #940 from mtmail/phpcs-deep-levels
2018-02-23 Marc Tobias Mettenphpcs fixes. Mostly spacing and single quotes
2018-02-18 Sarah HoffmannMerge pull request #928 from EdwardBetts/spelling
2018-02-18 Edward BettsCorrect spelling mistakes.
2018-02-12 Sarah HoffmannMerge pull request #915 from foodev/master
2018-02-12 Jonas HantelmannPlaceLookup::getAddressDetails() should be public,...
2018-02-10 Sarah HoffmannMerge pull request #905 from mtmail/illinois-li-case...
2018-02-10 Sarah HoffmannMerge pull request #909 from mtmail/decimal-coord-parsi...
2018-02-10 Sarah HoffmannMerge pull request #910 from mtmail/shorten-line-in...
2018-02-10 Sarah HoffmannMerge pull request #911 from mtmail/trivial-typo
2018-02-08 marc tobiastypo in error message
2018-02-08 marc tobiasparsing coordinates allows second with floats
2018-02-06 Marc Tobias Mettenmake sure Illinois,Alabama,Louisiana state code special...
2018-01-11 Sarah Hoffmannconvert remaining http links and shorten copyright URL
2017-12-17 Sarah Hoffmannassume name for special operator in bounded search
2017-12-17 Sarah HoffmannGives preference to special terms like postcode and...
2017-12-17 Sarah HoffmannGive higher penalty to partial search terms
2017-12-14 Sarah Hoffmannfix address walk-up for reverse
2017-10-30 mtmailMerge pull request #843 from matejkrajcovic/patch-1
2017-10-30 Matej KrajčovičFix typos in introduction.php
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
next