aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* handle a few more overloaded addr:housenumber values in OSMAndrew Harvey2023-10-021-1/+1
* handle a few more overloaded addr:housenumber values in OSMAndrew Harvey2023-10-021-1/+3
* improve within range when passed unit/number formatAndrew Harvey2022-05-211-3/+4
* number stepsAndrew Harvey2022-05-212-3/+3
* swap to gdb sourceAndrew Harvey2022-03-212-26/+26
* fix reduce overlap where range is firstAndrew Harvey2021-07-051-1/+7
* update within range to accept comparing rangesAndrew Harvey2021-07-051-11/+49
* within range provide a drop reason and consider parity of numberAndrew Harvey2021-07-011-2/+16
* fix within range testAndrew Harvey2021-06-301-1/+4
* include units even when was unable to parse as prefix number postfixAndrew Harvey2021-06-301-1/+2
* hide addr:unit:prefix behind a flagAndrew Harvey2021-06-091-10/+9
* jsdoc toOSMAndrew Harvey2021-06-091-0/+4
* move large static data into libAndrew Harvey2021-06-094-141/+142
* exclude addr:suburb, addr:postcode, addr:state due to some opposition from th...Andrew Harvey2021-06-081-13/+15
* node 15 needed for String.replaceAllAndrew Harvey2021-05-251-1/+17
* expand road suffixAndrew Harvey2021-05-251-1/+8
* handle vicmap locality special casesAndrew Harvey2021-05-201-1/+65
* add --verbose logging flagAndrew Harvey2021-05-181-1/+1
* reduce verbose loggingAndrew Harvey2021-05-171-1/+1
* remove excessive development loggingAndrew Harvey2021-05-161-1/+0
* quick fix but need to investigate laterAndrew Harvey2021-05-151-1/+4
* fix units to ranges to deal with complex casesAndrew Harvey2021-05-141-1/+18
* handle duplicate units when converting to rangesAndrew Harvey2021-05-141-1/+1
* additional loggingAndrew Harvey2021-05-131-1/+11
* log message when regexp didn't match for prefix number suffixAndrew Harvey2021-05-131-0/+5
* because OSM tag values are limited to 255 characters, implement code to split...Andrew Harvey2021-05-071-0/+17
* reduce numbers within a range duplicationAndrew Harvey2021-05-071-0/+45
* fix building unit type filteringAndrew Harvey2021-05-061-1/+1
* prefix and suffix support in unitsToRangesAndrew Harvey2021-05-061-4/+66
* filter out some unit building typesAndrew Harvey2021-05-052-4/+48
* omit addr:unit:prefix since it complicates the processing and it is not clear...Andrew Harvey2021-05-051-0/+2
* lib unitsToRangesAndrew Harvey2021-05-051-0/+23
* clean up debug logging, corner cases, and set addr:unit:prefixAndrew Harvey2021-05-052-11/+17
* don't include building / property nameAndrew Harvey2021-05-042-8/+3
* update jsdocAndrew Harvey2021-05-041-3/+2
* major refactor and improvementsAndrew Harvey2021-05-043-0/+262