Browse Source

update

master
Anton Linus 4 years ago
parent
commit
666b5e6b06
  1. 5
      website/Speedshow_Map
  2. 2
      website/jsonreader.py

5
website/Speedshow_Map

@ -1,5 +0,0 @@
import folium
m = folium.Map(location=[], zoom_start=12)
m.save('/map')

2
website/jsonreader.py

@ -4,5 +4,5 @@ import pprint
with open('1scooter.json') as file:
data = json.load(file)
print(json.dumps(data, indent=4, sort_keys=True))
print(json.dumps(data['data']['attributes']['lat'], indent=4, sort_keys=True))

Loading…
Cancel
Save