Patrick Noll

Results 49 comments of Patrick Noll

Bounding boxes and names are used to create sliced map files. These could be laid out on a leaflet map on opensupermaps.com. Would need to figure out how to make...

Areas are created by slicing the state file with bounding boxes. Basically, each state is split into rectangles. slice_config['us:ca'] = [['north','-119.997,41.998,-125.365,38.964'],['northcentral','-125.365,38.964,-114.049,37.029'],['central','-114.04 9,37.029,-123.118,34.547'],['southcentral','-123.118,34.547,-113.994,33.312'],['south','-113.994,33.312,-119.96,31.85']]

us_tx_tarrant_addresses_county missing ave in street field. us_tx_tarrant_county_addresses_county has what i'm looking for, 18 spaces between name and suffix. Should there be 2 data sources for same county, should check OA.

The docs I found suggest large files will cause issues so you don’t want to try to merge files. You could try renaming one of the files Us_california.obf to see...

Doc said to avoid files over 2GB so it's probably fine. > Renaming one wouldn't cause issues of being picked up by OSMAnd, correct? Probably not, if it seems weird...

No clue. Try it in a text editor and if it shows up in gibberish then it’s probably another custom binary format. If that’s the case there should be a...

Quote reaffirmed by Osmand dev: Oh I see, so the workaround is something like osmium extract multiple smaller parts foreach: MapCreator generate-obf MapCreator merge-index --address --poi of all the small...

Blocked by #74, likely means can't be done until #65 is finished

Is there a roadmap or public code to track progress on this?