mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 17:36:15 +00:00
fix(map): fix last position marker on the box
This commit is contained in:
@@ -161,7 +161,7 @@ def get_style():
|
||||
res = json.loads(f.read())
|
||||
STYLE_CACHE = res
|
||||
url_root = request.url_root
|
||||
STYLE_CACHE["sprite"] = url_root + "assets/sprites/osm-liberty@2x"
|
||||
STYLE_CACHE["sprite"] = url_root + "assets/sprites/osm-liberty"
|
||||
return jsonify(STYLE_CACHE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user