Skip to content

Commit bf905f8

Browse files
committed
fix(readme): fix broken images in readme
Fixes the broken images in the readme.
1 parent ada188e commit bf905f8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
A tool for generating dynamic stylized transit maps that are easy to understand. Transitive takes in information describing specific transport network elements (routes, stops, journeys) -- typically produced by the OpenTripPlanner Profiler extension -- and produces a schematic map of those elements:
44

5-
![threeoptions](http://conveyal.com/img/transitive/threeoptions.png)
5+
![threeoptions](img/threeoptions.png)
66

77
Dynamic styling of the network elements allows for interactivity and flexibility in the visual presentation. For instance, a single journey can be highlighted:
88

9-
![threeoptions_focused](http://conveyal.com/img/transitive/threeoptions_focused.png)
9+
![threeoptions_focused](img/threeoptions_focused.png)
1010

1111
A Transitive map can be embedded as a freestanding web element or overlaid onto a [Leaflet](http://leafletjs.com/) map using the [Leaflet.TransitiveLayer](https://github.com/conveyal/Leaflet.TransitiveLayer) plugin.
1212

img/threeoptions.png

6.6 KB
Loading

img/threeoptions_focused.png

6.25 KB
Loading

0 commit comments

Comments
 (0)