Open Tiemichael opened 4 years ago
Hi Michael,
unfortunately the PBF support is still very basic as i started with this format but only focused on the OpenAndromaps poi files after i got it working and therefore skipped any effort on PBF. Recently i thought of removing PBF support completely.
Additonally it seems the the Locus toolchain is also available on github (https://github.com/asamm/lomaps-generator) so i'm not sure it makes sense to spend time for PBF.
Thank you for your interest but I'm sorry as i do not plan any enhancement in this area at the moment.
Regards,
Juergen
Hi Juergen, no problem!
As OAM-maps are only updated every 3-4 months (Asia), and there are always new roads, buildings, etc here in Singapore, I prefer to download the most recent map directly from OSM, and compile my own Locus-map and POI-database once a month or so.
Recently there have been a lot of advancements in creating/providing LOCUS-map POI-files, and I think your contribution to this was essential. Thanks for providing this app!
Best regards Michael
Currently (<=v0.6) only 'node-ids' are working links to the OSM-database when processing .pbf-files:
Here is a proposal how to add the same functionality for 'way-ids'
File: fileimporter.py (after modification)
My Python skills are quite basic ...., but it seems working