Skip to content

Incomplete station name labels when generating transitmap #25

@jerrywoo96

Description

@jerrywoo96

To Replicate:

  1. Clone loom and cd into loom.
  2. Download GTFS data from gtfs_rapid_rail_kl.zip
  3. Place gtfs_rapid_rail_kl.zip into ./data.
  4. Build docker image docker build -t loom ./.
  5. Run interactive shell docker run -v ./data:/data -it loom sh
  6. Run the command gtfs2graph /data/gtfs_rapid_rail_kl.zip | loom | transitmap -l > /data/gtfs_rapid_rail_kl.svg in the interactive container shell.
  7. Open the generated svg file in ./data/gtfs_rapid_rail_kl.svg on the host machine.
  8. Notice that names are incomplete.

Expected:
Correct station names from the actual map

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions