Permalink
Browse files

updating chart urls

  • Loading branch information...
1 parent 4e1c9d7 commit ee8c8559de7fdb97487c893f474225af7ad323ea @dh-- dh-- committed Jan 8, 2013
Showing with 2 additions and 2 deletions.
  1. +1 −1 elevation/ElevationParser.py
  2. +1 −1 elevation/python/ElevationChartCreator.py
@@ -3,7 +3,7 @@
import urllib
ELEVATION_BASE_URL = 'http://maps.google.com/maps/api/elevation/json'
-CHART_BASE_URL = 'http://chart.apis.google.com/chart'
+CHART_BASE_URL = 'http://chart.googleapis.com/chart'
def getChart(chartData, chartDataScaling="-500,5000", chartType="lc",chartLabel="Elevation in Meters",chartSize="500x160", chartColor="orange", **chart_args):
chart_args.update({
@@ -3,7 +3,7 @@
import urllib
ELEVATION_BASE_URL = 'http://maps.google.com/maps/api/elevation/json'
-CHART_BASE_URL = 'http://chart.apis.google.com/chart'
+CHART_BASE_URL = 'http://chart.googleapis.com/chart'
def getChart(chartData, chartDataScaling="-500,5000", chartType="lc",chartLabel="Elevation in Meters",chartSize="500x160", chartColor="orange", **chart_args):
chart_args.update({

0 comments on commit ee8c855

Please sign in to comment.