Skip to content

Commit 1ecaa2e

Browse files
committed
new location
1 parent c79c699 commit 1ecaa2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/trips-map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const propTypes = {
4343
const 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

4949
const 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,

0 commit comments

Comments
 (0)