File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const propTypes = {
4343const DATA_URL = {
4444 BUILDINGS :
4545 'https://locus-cdn.s3.amazonaws.com/assets/toronto-buildings.json' , // eslint-disable-line
46- TRIPS : 'https://locus-cdn.s3.amazonaws.com/assets/toronto-trips .json' // eslint-disable-line
46+ TRIPS : 'https://locus-cdn.s3.amazonaws.com/assets/toronto-trips2 .json' // eslint-disable-line
4747}
4848
4949const ambientLight = new AmbientLight ( {
@@ -138,7 +138,7 @@ const TripsMap = ({
138138 id : 'trips' ,
139139 data : trips ,
140140 getPath : d => d . path ,
141- getTimestamps : d => d . timestamps . map ( p => p - 1620403200 ) ,
141+ getTimestamps : d => d . timestamps . map ( p => p - 1620403500 ) ,
142142 getColor : d => ( d . vendor === 0 ? theme . trailColor0 : theme . trailColor1 ) ,
143143 opacity : 0.3 ,
144144 widthMinPixels : 2 ,
You can’t perform that action at this time.
0 commit comments