Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix within range test | Andrew Harvey | 2021-06-30 | 1 | -1/+4 |
| | |||||
* | include units even when was unable to parse as prefix number postfix | Andrew Harvey | 2021-06-30 | 1 | -1/+2 |
| | |||||
* | hide addr:unit:prefix behind a flag | Andrew Harvey | 2021-06-09 | 1 | -10/+9 |
| | |||||
* | jsdoc toOSM | Andrew Harvey | 2021-06-09 | 1 | -0/+4 |
| | |||||
* | move large static data into lib | Andrew Harvey | 2021-06-09 | 4 | -141/+142 |
| | |||||
* | exclude addr:suburb, addr:postcode, addr:state due to some opposition from ↵ | Andrew Harvey | 2021-06-08 | 1 | -13/+15 |
| | | | | the local community | ||||
* | node 15 needed for String.replaceAll | Andrew Harvey | 2021-05-25 | 1 | -1/+17 |
| | |||||
* | expand road suffix | Andrew Harvey | 2021-05-25 | 1 | -1/+8 |
| | |||||
* | handle vicmap locality special cases | Andrew Harvey | 2021-05-20 | 1 | -1/+65 |
| | |||||
* | add --verbose logging flag | Andrew Harvey | 2021-05-18 | 1 | -1/+1 |
| | |||||
* | reduce verbose logging | Andrew Harvey | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | remove excessive development logging | Andrew Harvey | 2021-05-16 | 1 | -1/+0 |
| | |||||
* | quick fix but need to investigate later | Andrew Harvey | 2021-05-15 | 1 | -1/+4 |
| | |||||
* | fix units to ranges to deal with complex cases | Andrew Harvey | 2021-05-14 | 1 | -1/+18 |
| | |||||
* | handle duplicate units when converting to ranges | Andrew Harvey | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | additional logging | Andrew Harvey | 2021-05-13 | 1 | -1/+11 |
| | |||||
* | log message when regexp didn't match for prefix number suffix | Andrew Harvey | 2021-05-13 | 1 | -0/+5 |
| | |||||
* | because OSM tag values are limited to 255 characters, implement code to ↵ | Andrew Harvey | 2021-05-07 | 1 | -0/+17 |
| | | | | split addr:flats across addr:flatsN | ||||
* | reduce numbers within a range duplication | Andrew Harvey | 2021-05-07 | 1 | -0/+45 |
| | |||||
* | fix building unit type filtering | Andrew Harvey | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | prefix and suffix support in unitsToRanges | Andrew Harvey | 2021-05-06 | 1 | -4/+66 |
| | |||||
* | filter out some unit building types | Andrew Harvey | 2021-05-05 | 2 | -4/+48 |
| | |||||
* | omit addr:unit:prefix since it complicates the processing and it is not ↵ | Andrew Harvey | 2021-05-05 | 1 | -0/+2 |
| | | | | clear if it is even desired | ||||
* | lib unitsToRanges | Andrew Harvey | 2021-05-05 | 1 | -0/+23 |
| | |||||
* | clean up debug logging, corner cases, and set addr:unit:prefix | Andrew Harvey | 2021-05-05 | 2 | -11/+17 |
| | |||||
* | don't include building / property name | Andrew Harvey | 2021-05-04 | 2 | -8/+3 |
| | |||||
* | update jsdoc | Andrew Harvey | 2021-05-04 | 1 | -3/+2 |
| | |||||
* | major refactor and improvements | Andrew Harvey | 2021-05-04 | 3 | -0/+262 |