awacke1 commited on
Commit
bd05b08
·
1 Parent(s): 1f7940b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ st.pydeck_chart(pdk.Deck(
43
  pdk.Layer(
44
  "HexagonLayer",
45
  data=df,
46
- get_position=["Lon", "Lat"],
47
  radius=100,
48
  elevation_scale=4,
49
  elevation_range=[0, 1000],
 
43
  pdk.Layer(
44
  "HexagonLayer",
45
  data=df,
46
+ get_position=["lng", "lat"],
47
  radius=100,
48
  elevation_scale=4,
49
  elevation_range=[0, 1000],