-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: ferry, streetcar, bus, placeholder icons; change: filter out unu…
…sed vehicles (those in routes U, PI, PO); add: error icon for vehicles not in service -- should never see due to filtering out unused vehicles, and indicates issue to users and devs; refactor: make vehicleIcon factory func to output any vehicle icon type
- Loading branch information
1 parent
b7ce1aa
commit dc491dc
Showing
7 changed files
with
139 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"1": { "name": "1 Algiers Point Ferry", "type": "ferry" }, | ||
"103": { "name": "103 General Meyer Local", "type": "bus" }, | ||
"105": { "name": "105 Algiers Local", "type": "bus" }, | ||
"11": { "name": "11 Magazine", "type": "bus" }, | ||
"114A": { "name": "114A Garden Oaks - Sullen", "type": "bus" }, | ||
"114B": { "name": "114B Garden Oaks - Woodland", "type": "bus" }, | ||
"12": { "name": "12 St. Charles Streetcar", "type": "streetcar" }, | ||
"202": { "name": "202 Airport Express", "type": "bus" }, | ||
"27": { "name": "27 Louisiana", "type": "bus" }, | ||
"3": { "name": "3 Tulane - Elmwood", "type": "bus" }, | ||
"31": { "name": "31 Leonidas - Gentilly", "type": "bus" }, | ||
"32": { "name": "32 Leonidas-Treme", "type": "bus" }, | ||
"4": { "name": "4 Chalmette Ferry", "type": "ferry" }, | ||
"45": { "name": "45 Lakeview", "type": "bus" }, | ||
"46": { "name": "46 Rampart-Loyola Streetcar", "type": "streetcar" }, | ||
"47": { "name": "47 Canal Streetcar - Cemeteries", "type": "streetcar" }, | ||
"48": { "name": "48 Canal Streetcar - City Park/Muse", "type": "streetcar" }, | ||
"49": { "name": "49 UPT-Riverfront", "type": "streetcar" }, | ||
"51": { "name": "51 St. Bernard-Claiborne", "type": "bus" }, | ||
"52": { "name": "52 Paris-Broadmoor", "type": "bus" }, | ||
"53-O": { "name": "53-O Paris - Claiborne OWL", "type": "bus" }, | ||
"55": { "name": "55 Elysian Fields", "type": "bus" }, | ||
"57": { "name": "57 Franklin-Freret", "type": "bus" }, | ||
"61": { "name": "61 Lake Forest - Village de L'Est", "type": "bus" }, | ||
"62": { "name": "62 Morrison-Bullard", "type": "bus" }, | ||
"62-O": { "name": "62-O Morrison OWL", "type": "bus" }, | ||
"66": { "name": "66 Hayne Loop", "type": "bus" }, | ||
"67": { "name": "67 Michoud Loop", "type": "bus" }, | ||
"68": { "name": "68 Little Woods Loop", "type": "bus" }, | ||
"8": { "name": "8 St. Claude - Arabi", "type": "bus" }, | ||
"80": { "name": "80 Desire-Louisa", "type": "bus" }, | ||
"84": { "name": "84 Galvez-L9", "type": "bus" }, | ||
"86": { "name": "86 St. Maurice-Chalmette", "type": "bus" }, | ||
"9": { "name": "9 Broad - Napoleon", "type": "bus" }, | ||
"91": { "name": "91 Jackson-Esplanade", "type": "bus" } | ||
} |
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.