Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let countersData = [
  2.     { name: 'Водозабор №1', id: '16415', type: 'АКВА 2', icon: 'water', modem: '70A5E5', serial: '70A5E5', address: 'Долгиновский тр-т, 56/13', lat: 53.940716, lon: 27.543793 },
  3.     { name: 'Водозабор №2', id: '16772', type: 'АКВА 2', icon: 'water', modem: '70EC2D', serial: '70EC2D', address: 'ул. Гурского, 52А', lat: 53.875222, lon: 27.493096 },
  4.     { name: 'ЖД, Независимости 46А', id: '18539', type: 'Тиффани БТ-100', icon: 'electricity', modem: '70F8CD', serial: '15001550', address: 'пр. Независимости, 46А', lat: 53.913200, lon: 27.582394 },
  5.     { name: 'ЖД, Гая 11', id: '19231', type: 'Тиффани БТ-100', icon: 'gas', modem: '70F8CF', serial: '17001189', address: 'ул. Гая, 11', lat: 53.925412, lon: 27.559433 },
  6.     { name: 'ЖД, Мавра 66', id: '18411', type: 'Тиффани БТ-100', icon: 'gas', modem: '70EC2D', serial: '70EC2D', address: 'ул. Мавра, 66', lat: 53.895843, lon: 27.488564 },
  7.     { name: 'ЖД, Орловская 9', id: '19238', type: 'Тиффани БТ-100', icon: 'gas', modem: '70F8CB', serial: '14004041', address: 'ул. Орловская, 9', lat: 53.931488, lon: 27.563457 },
  8.     { name: 'КНС №17', id: '16448', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708E36', serial: '1017004512605', address: 'ул. Якубова, 1А', lat: 53.855413, lon: 27.591970 },
  9.     { name: 'КНС №49', id: '16523', type: 'АКВА 2', icon: 'water', modem: '70B623', serial: '70B623', address: 'пр. Независимости, 208', lat: 53.952668, lon: 27.718202 },
  10.     { name: 'Образец «АКВА 1»', id: '16860', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708DFA', serial: '1017004142802', address: 'ул. Пулихова, 15', lat: 53.898538, lon: 27.579016 },
  11.     { name: 'Образец «АКВА 2»', id: '16861', type: 'АКВА 2', icon: 'water', modem: '70EC2B', serial: '70EC2B', address: 'ул. Пулихова, 15', lat: 53.898392, lon: 27.578466 },
  12.     { name: 'Образец «Тиффани БТ-100»', id: '17353', type: 'Тиффани БТ-100', icon: 'electricity', modem: '70AE4A', serial: '', address: 'ул. Пулихова, 15', lat: 53.898582, lon: 27.578026 },
  13.     { name: 'РМЦ Водоканал', id: '16780', type: 'АКВА 2', icon: 'water', modem: '70EC2E', serial: '70EC2E', address: 'ул. Тростенецкая, 24А', lat: 53.877210, lon: 27.590164 },
  14.     { name: 'РПНС «Аэродромная»', id: '16539', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708B25', serial: '1017004051005', address: 'ул. Жуковского, 10/3', lat: 53.880623, lon: 27.547383 },
  15.     { name: 'РПНС «Веснянка»', id: '16521', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708DF0', serial: '1017004280504', address: 'пр. Победителей, 83Б', lat: 53.932170, lon: 27.504219 },
  16.     { name: 'РПНС «Запад»', id: '16859', type: 'Тиффани БТ-100', icon: 'electricity', modem: '70AE49', serial: 'ZR 11629764', address: 'ул. Одинцова, 12А', lat: 53.899790, lon: 27.455740 },
  17.     { name: 'РПНС «Кунцевщина»', id: '16764', type: 'АКВА 2', icon: 'water', modem: '70B628', serial: '70B628', address: 'ул. Лещинского, 21А', lat: 53.911146, lon: 27.446385 },
  18.     { name: 'РПНС «Курасовщина-3»', id: '16547', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708B23', serial: '1017004531309', address: 'ул. Кижеватова, 60А', lat: 53.850019, lon: 27.530574 },
  19.     { name: 'РПНС «Филимонова»', id: '16550', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708B65', serial: '1017004156502', address: 'ул. Филимонова, 53А', lat: 53.923578, lon: 27.631486 },
  20.     { name: 'РПНС «Цнянская, 14а»', id: '16548', type: 'АКВА 1 (СВК 15)', icon: 'water', modem: '708B5E', serial: '1017004276507', address: 'ул. Цнянская, 14А', lat: 53.924903, lon: 27.585834 },
  21.     { name: 'ЦРП Водосбыт»', id: '16774', type: 'Тиффани БТ-100', icon: 'gas', modem: '70EC2C', serial: '', address: 'ул. Пулихова, 15А', lat: 53.898890, lon: 27.578603 },
  22. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement