rest - fixed initial location scale value

This commit is contained in:
Blake J. Harnden 2018-09-20 10:11:51 -07:00
parent 28f14a9b66
commit a42b29b563

View file

@ -34,7 +34,7 @@ def create_session():
# set session location # set session location
session.location.setrefgeo(47.57917, -122.13232, 2.0) session.location.setrefgeo(47.57917, -122.13232, 2.0)
session.location.refscale = 150.0 session.location.refscale = 150000.0
# add handlers # add handlers
session.event_handlers.append(websocket_routes.broadcast_event) session.event_handlers.append(websocket_routes.broadcast_event)