changes the user from User.wheelmap_visitor to User.wheelmap_streetspotr for upcoming photo imports via the rake task => we now can distinguish between images that are uploaded by wheelmap_visitor or wheelmap_streetspotr
sets rules for image processing dependent on the environment => this way it's more clear why in dev mode the images do not show up immediately
Related Github issue: #622
Since this is built on PR #599, please merge that one first.
This PR does following:
User.wheelmap_visitor
toUser.wheelmap_streetspotr
for upcoming photo imports via the rake task => we now can distinguish between images that are uploaded by wheelmap_visitor or wheelmap_streetspotrRelated Github issue: #622
Since this is built on PR #599, please merge that one first.