Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bab120c

Browse files
Update main.py
1 parent f6cfbff commit bab120c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Gmplot-Track the Route/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55

66
gmap = gmplot.GoogleMapPlotter(20.613456, 72.9431185,17) #Plotting data on map
7-
#gmap.coloricon="https://developers.google.com/maps/documentation/javascript/examples/full/images/beachflag.png"
87

9-
with open('Home/MyPC/Python/LatLong.csv','r') as f: #give the address of csv file with respect to your folder containing .py file
8+
Path = input("Enter the csv file path")
9+
10+
with open(Path,'r') as f: #give the address of csv file with respect to your folder containing .py file
1011
reader=csv.reader(f)
1112
k=0
1213
for row in reader:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /