We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6148f4a commit a57844eCopy full SHA for a57844e
pages/_locations/vic/wyndham.md
@@ -7,8 +7,8 @@ type: Theme Node
7
theme: TBA
8
eventbrite:
9
location:
10
- lat: 0.0
11
+ lat: -37.9119
+ lon: 144.6534
12
venue:
13
name:
14
address: TBA
python/regions_locations.py
@@ -59,7 +59,7 @@ def main():
59
latlong = location[8].split(',')
60
f.write('location: \n')
61
f.write(' lat: ' + latlong[0] + '\n')
62
- f.write(' lat: ' + latlong[1] + '\n')
+ f.write(' lon: ' + latlong[1] + '\n')
63
64
f.write('venue: \n')
65
f.write(' name: ' + location[9] + '\n')
0 commit comments