sunblade

Results 5 comments of sunblade

I have similar issues with receiving data over UART. From time to time received data is corrupted (detected by checsum). CPU is running on default freq. `uart = UART(2, rx=34,...

The same issue on python 3.6.3

I have the same issue, but in my case it was working just after compiling source. I have exited a shell, and after opening it again problem started. > .bashrc...

> If you are running your own Pelias installation (using pelias/docker or any other setup) then you can edit that file before running the openstreetmap importer to select which features...

I have added this statement inside tag_mapper: ``` if(!tags.hasOwnProperty("addr:street")){ tags['addr:street'] = tags['addr:place'] } ``` Seems working.