Skip to content

Commit 45cd95e

Browse files
committed
Update
1 parent ab788d8 commit 45cd95e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

data/20codmun09.xls

0 Bytes
Binary file not shown.

requirements.txt

26 Bytes
Binary file not shown.

src/main_dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464

6565
# Set the viewport location
66-
view_state = pdk.ViewState(latitude=43.410499971871786, longitude=-2.925570077905309, zoom=18, min_zoom= 10)
66+
view_state = pdk.ViewState(latitude=41.781222, longitude=-3.771944, zoom=16, min_zoom= 10)
6767

6868
# Render
6969
r = pdk.Deck(layers=[layer], map_style='mapbox://styles/mapbox/satellite-streets-v12',

0 commit comments

Comments
 (0)