sharedstreets / sharedstreets-builder

Making maps connectable: stable, non-proprietary IDs and data standards for streets
MIT License
28 stars 12 forks source link

output files inconsistency #16

Open AlexGreg opened 6 years ago

AlexGreg commented 6 years ago

Hello all,

From the examples of output files created by the builder like this one I'm seeing some inconsistency with the files I'm generating:

11-1066-746.geometry.2.pbf
11-1066-746.geometry.4.pbf
11-1066-746.geometry.6.pbf
11-1066-746.intersection.2.pbf
11-1066-746.intersection.4.pbf
11-1066-746.intersection.6.pbf
11-1066-746.metadata.2.pbf
11-1066-746.metadata.4.pbf
11-1066-746.metadata.6.pbf
11-1066-746.reference.2.pbf
11-1066-746.reference.4.pbf
11-1066-746.reference.6.pbf

why my output files are splitted? I'm using v0.3.1

Thanks

hbruch commented 5 years ago

No idea why your questions is still unanswered, but I'll give a try as I wondered as well...

Before v0.3, tiles contained all road classes. Since v0.3, builder seems to generate tiles containing roads filtered by road class. E.g. road class 2 would contain only 'primary' and higher roads of higher importance (motorways, trunks). For more details, see this issue.