edeaster / Routes3D

3D maps with plotted gps route
23 stars 8 forks source link

Incorrect path in line #72 #1

Closed ahermanski closed 5 years ago

ahermanski commented 5 years ago

image <- "Image/overlay_image.png"

Shouldn't this be

image <- "Images/overlay_image.png"

edeaster commented 5 years ago

Thanks for pointing this out! I have updated the code.