Skip to content

Commit

Permalink
when run on timberlea now the program can now output the ns_map.html,…
Browse files Browse the repository at this point in the history
… it should work on all the volunteers computers if they want to test it
  • Loading branch information
Nathanael Bowley authored and Nathanael Bowley committed Jun 6, 2021
1 parent 21525b0 commit 87581ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mapping/mapping.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
#!/usr/bin/env python

import sys
print(sys.path)
#sys.path.append('/users/webhome/bowley/volunteering/veterans_memorial/VeteransMemorialHospital/mapping/venv/Lib/site-packages')
sys.path.append('./venv/Lib/site-packages')
print(sys.path)
#import venv/Lib/site-packages/folium/__init__.py

import folium
from folium.plugins import MarkerCluster

print(sys.path)

coords_ns = [45.24664938443739, -63.24613206184815]
map = folium.Map(location=coords_ns, zoom_start=8)
Expand Down

0 comments on commit 87581ff

Please sign in to comment.