Issue
I followed this: [https://towardsdatascience.com/simple-gps-data-visualization-using-python-and-open-street-maps-50f992e9b676][1]
and geht the error:
name 'scale_to_img' is not defined
Can some tell my where i can find the Module. Is it a Part of PIL?
Thanks and Greetings
Solution
If you look in the comments on that article the writer points to the scale_to_img
function being in their Github repo. You can find that actual function (which in their case is actually a class method) here.
Answered By - Matt Pitkin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.