Skip to content

Support multiple OSM files in web server #50

@bmander

Description

@bmander

Currently the web server only uses the first OSM file when multiple are specified. We should support loading and using multiple OSM files for broader coverage.

Currently in providers.py:

  • Only the first OSM file is used for main providers
  • Additional files are logged but ignored
  • Users may want to combine multiple OSM extracts for larger coverage areas

Proposed solution:

  • Load all specified OSM files
  • Merge or chain the providers appropriately
  • Update documentation to clarify multi-file behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions