]> git.openstreetmap.org Git - nominatim.git/history - lib/Geocode.php
change tiger housenumber format to save as lines instead of points and thus new inter...
[nominatim.git] / lib / Geocode.php
2016-03-21 Markus Gailchange tiger housenumber format to save as lines instea...
2016-03-21 Marc Tobias Mettenmoved bIncludePolygonAsPoints related logic into lib...
2016-02-27 Sarah HoffmannMerge pull request #378 from mtmail/spaces-to-tabs
2016-02-26 Marc Tobias Mettenspaces-to-tabs for all *.php files
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-10 Sarah Hoffmannmake sure names/extratags is enabled for postgres ...
2015-08-10 Sarah Hoffmannimplement namedetails and extratags parameter for search
2015-06-12 Sarah Hoffmannalso return bbox ccordinates as string for nodes
2015-05-28 Sarah Hoffmannfix parameter name
2015-05-22 Sarah HoffmannMerge branch 'http_proxy' of https://github.com/simonlo...
2015-05-21 Sarah Hoffmannbring back area bboxes for nodes
2015-05-08 Sarah HoffmannMerge branch 'tiger2014' of https://github.com/mtmail...
2015-05-04 Sarah Hoffmannincrease relevance of class/type importance
2015-04-30 Sarah HoffmannMerge branch 'reverse-lookup-including-tiger-lookup...
2015-04-30 Sarah HoffmannMerge branch 'feature/polygon-simplification' of https...
2015-04-29 Oleksandr ShulginCheck for positive polygon simplification threshold
2015-04-28 Sarah Hoffmannremove check for class/type shortcuts which were never...
2015-04-27 Oleksandr ShulginAdd polygon simplification
2015-04-07 Brian QuinionVarious places where conversion from to ->aStructuredQ...
2015-03-29 Sarah Hoffmanncorrectly handle comma-only exclude_place_ids
2015-03-29 Sarah Hoffmanncorrectly quote regular expression
2015-03-06 Sarah Hoffmannsimplify bounding box computation
2015-02-15 Sarah Hoffmanndrop special handling of short exact terms in address
2015-02-05 Sarah Hoffmanndisable housenumber-specific search when no address...
2015-02-04 Sarah Hoffmannorder search results by existance of housenumbers
2015-02-04 Sarah Hoffmannactually write back the reversed final phrase when...
2015-01-28 Sarah Hoffmannuse _st_intersects when dealing with countries, it...
2015-01-26 Sarah Hoffmannremove hack for fixing adminitrative typo
2015-01-26 Sarah Hoffmanndon't use tokens from country parameter in address...
2015-01-26 Sarah Hoffmannneed phrase types in getGroupedSearches
2015-01-23 Sarah HoffmannMerge remote-tracking branch 'lonvia/inverse-query-II'
2015-01-21 Sarah Hoffmannfully evaluate reverse order of queries
2014-10-08 Sarah Hoffmannrespect bounded in country searches
2014-09-29 Sarah Hoffmannexperimental tweaking of ranks of searches
2014-09-23 Marc Tobias Mettenmove looksLikeLatLonPair into lib.php, basic PHP test...
2014-09-21 Sarah Hoffmannfix adding of spaces in GB postcode
2014-09-03 Sarah Hoffmannfix coordinate order for route parameter
2014-09-03 Sarah Hoffmannapply rank restrictions already when scanning search_na...
2014-05-16 Sarah HoffmannMerge branch 'place-in-addressdetails' of https://githu...
2014-05-10 Sarah Hoffmannnormalize house numbers in placex when searching
2014-05-01 Sarah Hoffmannfix PHP warnings about undefined variables
2014-05-01 Sarah Hoffmanngive slight preference to full-word matches when reranking
2014-05-01 Sarah Hoffmannremove some dead code
2014-05-01 Sarah Hoffmanndon't enlarge viewbox when bounded is requested
2014-05-01 Sarah Hoffmannfix formatting
2014-05-01 Sarah Hoffmannsanity check of house number format
2014-05-01 Sarah Hoffmannadd penalty for special term searches
2014-04-30 Sarah Hoffmannremove New York hack
2014-04-30 Sarah Hoffmanntake viewbox into account for final result ranking
2014-03-13 Sarah Hoffmannprefer street results when doing house number search
2014-03-10 Sarah Hoffmannallow US state name abbreviations at beginning of searc...
2014-03-03 Sarah Hoffmannintroduce util function to query db from command line
2014-03-02 Sarah Hoffmannalways return bbox ccordinates as string
2014-02-07 Sarah Hoffmannfix syntax of route linestring
2014-01-23 Brian QuinionMerge branch 'master' of github.com:twain47/Nominatim
2014-01-23 Brian Quinionnominatim fallback mode for structured queries
2013-12-04 Sarah Hoffmannfurther tweak secondary ordering of results
2013-11-23 Sarah Hoffmannfix indentation
2013-11-23 Sarah Hoffmannexplain results for Geocode::lookup()
2013-09-17 Sarah Hoffmannuse object properties in loadStructuredAddressElement()
2013-09-16 Sarah Hoffmannmove country to end of structured query
2013-09-15 Sarah Hoffmannreenable reverse order queries, leave disabled for...
2013-09-13 Brian QuinionFix missed local variable aAddressRankList in conversion
2013-09-13 Brian QuinionLimit wordset combination explosion to 120 variants...
2013-09-12 Brian Quinionfix structured and batch mode. Add constant to disable...
2013-09-10 Sarah Hoffmannuse object properties in getDetails()
2013-09-09 Brian Quinionimprove admin type labels
2013-09-09 Sarah HoffmannMerge branch 'osmosis_error_return' of https://github...
2013-09-09 Sarah HoffmannMerge branch 'master' of https://github.com/spin0us...
2013-09-06 Brian Quinionerrors in structured queries
2013-09-06 Brian QuinionXML and JSON map 'ploygon' param to AsPoints
2013-09-06 Brian QuinionAllow for reverse geocode returning no results
2013-09-06 Brian Quinionfix viewbox issues
2013-09-06 Brian QuinionFix for regressions: broken bounded search, error on...
2013-09-06 Brian QuinionFirst run at turning search into a library