trackFlow/track file name

Hi, regarding your “trackFlow” example, I’m successfully creating track points (“_track.qo”) and displaying them on the provided map. I’m then able to change the file name to “_track2.qo”; these entries show up on Notehub – how can have them also displayed on the trackFlow map?

regards, Rich ..

Hey @richf,

You’ll need to update the source that pulls events from the Notehub API. Updating this string should work trackflow/src/lib/notehub.ts at cd94cd03fcf6f2ee77583a154d02ef373662dbbd · tjvantoll/trackflow · GitHub.

One other minor thing: if you do change your file name, you should change it to a name that doesn’t start with an underscore. We consider Notefile names that start with an “_” as reserved for Blues.

TJ