Commit 2d111847 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Minor fixup

parent 15379193
...@@ -388,9 +388,11 @@ ...@@ -388,9 +388,11 @@
marker_list : marker_list marker_list : marker_list
}; };
if (marker_list.length === 0) { if (marker_list.length === 0) {
map_options.latitude = 48.858370; map_options.doc = {
map_options.longitude = 2.294481; latitude: 48.858370,
map_options.zoom = 0; longitude: 2.294481
};
map_options.zoom = 10;
} }
return map_gadget.render(map_options); return map_gadget.render(map_options);
}); });
......
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>993.49407.7079.26129</string> </value> <value> <string>994.34705.53932.19848</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1630639789.35</float> <float>1631134229.82</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment