tempData.js 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. export var data = {
  2. "map_elem": [
  3. {
  4. id: "0001",
  5. name: "Blue Car",
  6. type: "moving_elem",
  7. icon: {icon: "fa fa-car", color: 'blue'},
  8. status: 'enabled',
  9. cord: '50.073658, 14.418540',
  10. prop: {
  11. is_moving: true,
  12. tags: ['is_car', 'is_beatiful', 'has_wheels']
  13. },
  14. data: [
  15. {cord: '50.073658, 14.418540', timestamp: 2342342444},
  16. {cord: '50.173658, 14.518540', timestamp: 2342342444},
  17. {cord: '50.273658, 14.618540', timestamp: 2342342444},
  18. {cord: '50.373658, 14.718540', timestamp: 2342342444},
  19. {cord: '50.473658, 14.818540', timestamp: 2342342444},
  20. {cord: '50.573658, 14.918540', timestamp: 2342342444},
  21. {cord: '50.673658, 14.918540', timestamp: 2342342444},
  22. {cord: '50.773658, 14.818540', timestamp: 2342342444}
  23. ]
  24. },
  25. {
  26. id: "0002",
  27. name: "Red Car",
  28. type: "moving_elem",
  29. icon: {icon: "fa fa-car", color: 'red'},
  30. status: 'enabled',
  31. cord: '49.7580791,13.3540124',
  32. prop: {
  33. is_moving: true,
  34. tags: ['is_car', 'is_beatiful', 'has_wheels']
  35. },
  36. data: [
  37. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  38. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  39. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  40. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  41. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  42. {cord: '32.434343, 43.043043', timestamp: 2342342444}
  43. ]
  44. },
  45. {
  46. id: "0003",
  47. name: "Small Car 1",
  48. type: "moving_elem",
  49. icon: {icon: "fa fa-car", color: '#dd18ff'},
  50. status: 'enabled',
  51. cord: '46.9547232,7.3598507',
  52. prop: {
  53. is_moving: true,
  54. tags: ['is_car', 'is_beatiful', 'has_wheels']
  55. },
  56. data: [
  57. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  58. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  59. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  60. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  61. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  62. {cord: '32.434343, 43.043043', timestamp: 2342342444}
  63. ]
  64. },
  65. {
  66. id: "0004",
  67. name: "Small Car 2",
  68. type: "moving_elem",
  69. icon: {icon: "fa fa-car", color: '#028fff'},
  70. status: 'enabled',
  71. cord: '47.5546492,7.5594406',
  72. prop: {
  73. is_moving: true,
  74. tags: ['is_car', 'is_beatiful', 'has_wheels']
  75. },
  76. data: [
  77. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  78. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  79. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  80. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  81. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  82. {cord: '32.434343, 43.043043', timestamp: 2342342444}
  83. ]
  84. },
  85. {
  86. id: "0005",
  87. name: "Small Car 3",
  88. type: "moving_elem",
  89. icon: {icon: "fa fa-car", color: '#ff9902'},
  90. status: 'enabled',
  91. cord: '46.5285767,6.5824555',
  92. prop: {
  93. is_moving: true,
  94. tags: ['is_car', 'is_beatiful', 'has_wheels']
  95. },
  96. data: [
  97. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  98. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  99. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  100. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  101. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  102. {cord: '32.434343, 43.043043', timestamp: 2342342444}
  103. ]
  104. },
  105. {
  106. id: "0006",
  107. name: "Small Car 4",
  108. type: "moving_elem",
  109. icon: {icon: "fa fa-car", color: '#2dda34'},
  110. status: 'enabled',
  111. cord: '46.0295228,8.9216256',
  112. prop: {
  113. is_moving: true,
  114. tags: ['is_car', 'is_beatiful', 'has_wheels']
  115. },
  116. data: [
  117. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  118. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  119. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  120. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  121. {cord: '32.434343, 43.043043', timestamp: 2342342444},
  122. {cord: '32.434343, 43.043043', timestamp: 2342342444}
  123. ]
  124. },
  125. ////////// heat
  126. {
  127. id: "0101",
  128. name: "Temperature 1",
  129. type: "fixed_elem",
  130. icon: {icon: "fa fa-thermometer-empty", color: 'red'},
  131. status: 'enabled',
  132. cord: '49.9578316,15.8388234',
  133. severity: 'critical',
  134. prop: {
  135. is_moving: true,
  136. tags: ['is_sensor', 'is_small', 'fast_sensor']
  137. }
  138. },
  139. {
  140. id: "0102",
  141. name: "Temperature 2",
  142. type: "fixed_elem",
  143. icon: {icon: "fa fa-thermometer-empty", color: 'green'},
  144. status: 'enabled',
  145. cord: '50.7704562,15.0586805',
  146. severity: 'critical',
  147. prop: {
  148. is_moving: true,
  149. tags: ['is_sensor', 'is_small', 'fast_sensor']
  150. }
  151. },
  152. {
  153. id: "0103",
  154. name: "Temperature 3",
  155. type: "fixed_elem",
  156. icon: {icon: "fa fa-thermometer-empty", color: '#f9e10e'},
  157. status: 'enabled',
  158. cord: '46.109581,8.270543',
  159. severity: 'critical',
  160. prop: {
  161. is_moving: true,
  162. tags: ['is_sensor', 'is_small', 'fast_sensor']
  163. }
  164. },
  165. {
  166. id: "0104",
  167. name: "Temperature 4",
  168. type: "fixed_elem",
  169. icon: {icon: "fa fa-thermometer-empty", color: 'green'},
  170. status: 'enabled',
  171. cord: '47.3775499,8.4666756',
  172. severity: 'critical',
  173. prop: {
  174. is_moving: true,
  175. tags: ['is_sensor', 'is_small', 'fast_sensor']
  176. }
  177. },
  178. {
  179. id: "0105",
  180. name: "Temperature 5",
  181. type: "fixed_elem",
  182. icon: {icon: "fa fa-thermometer-empty", color: '#e4145b'},
  183. status: 'enabled',
  184. cord: '46.7650062,9.7738806',
  185. severity: 'critical',
  186. prop: {
  187. is_moving: true,
  188. tags: ['is_sensor', 'is_small', 'fast_sensor']
  189. }
  190. }
  191. ]
  192. }