rest - fixed initial location scale value
This commit is contained in:
parent
28f14a9b66
commit
a42b29b563
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def create_session():
|
|||
|
||||
# set session location
|
||||
session.location.setrefgeo(47.57917, -122.13232, 2.0)
|
||||
session.location.refscale = 150.0
|
||||
session.location.refscale = 150000.0
|
||||
|
||||
# add handlers
|
||||
session.event_handlers.append(websocket_routes.broadcast_event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue