How to make vegalite read my topojson file?

LOAD_PATH is for where julia looks for julia packages, not files for import. You shouldn’t be using LOAD_PATH to import files.

Maybe try just working with the global path as a big string instead of messing with @__DIR__ for now.

1 Like