Hi im sure their is a way better way to do this , but i have added the folowing to the allert_text for when pokevision is down, also with google maps i can navigate to the exact spot with phone:
line 982+984+986 :
send_to_slack(alert_text + "<http://www.google.com/maps/place/" + str(poke.Latitude) + "," + str(poke.Longitude) + "| link>", pokename + ' (lured)', user_icon, slack_webhook_urlpath)