disabled https
This commit is contained in:
@@ -21,7 +21,7 @@ def lonlattowebmercator(df, lon="LON", lat="LAT"):
|
|||||||
def getPositions():
|
def getPositions():
|
||||||
## Get the live locations of the vehicles
|
## Get the live locations of the vehicles
|
||||||
feed = gtfs_realtime_pb2.FeedMessage()
|
feed = gtfs_realtime_pb2.FeedMessage()
|
||||||
response = requests.get('https://gtfs.ovapi.nl/nl/vehiclePositions.pb')
|
response = requests.get('http://gtfs.ovapi.nl/nl/vehiclePositions.pb')
|
||||||
feed.ParseFromString(response.content)
|
feed.ParseFromString(response.content)
|
||||||
vehicle_positions = []
|
vehicle_positions = []
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ charset-normalizer==2.1.0
|
|||||||
click==8.1.3
|
click==8.1.3
|
||||||
click-plugins==1.1.1
|
click-plugins==1.1.1
|
||||||
cligj==0.7.2
|
cligj==0.7.2
|
||||||
Fiona==1.8.21
|
Fiona==1.9.3
|
||||||
gtfs-realtime-bindings==0.0.7
|
gtfs-realtime-bindings==0.0.7
|
||||||
idna==3.3
|
idna==3.3
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user