智慧城市代码库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dot.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [
  2. {
  3. "type": "dot",
  4. "id": "dot1",
  5. "name": "业务地理坐标",
  6. "style": {
  7. "size": 20,
  8. "color": ["#4dfd00","#FFF200","#EFE4B0","#FF7F27","#FFC90E","#FFAEC9","#ED1C24"],
  9. "emphasisColor": "red",
  10. "tipShowWay":"over",
  11. "tipBgColor":"rgba(11,26,57,0.6)",
  12. "tipTextColor":"#ffffff",
  13. "tipFontSize":12
  14. },
  15. "data": [
  16. {
  17. "long": 117.171419,
  18. "lat": 39.126295,
  19. "name": "深圳",
  20. "type":"自营业务",
  21. "toolTipInfo":["客户数:256","员工人数:132"],
  22. "weather": "4c~雨夹雪",
  23. "area": "客户数:256",
  24. "store": "员工人数:132",
  25. "color": "#0349bd"
  26. },
  27. {
  28. "long": 117.20692,
  29. "lat": 39.142583,
  30. "name": "泉州",
  31. "type":"自营业务",
  32. "toolTipInfo":["客户数:89","员工人数:35"],
  33. "area": "客户数:256",
  34. "store": "员工人数:132",
  35. "color": "#0349bd"
  36. },
  37. {
  38. "long": 117.244146,
  39. "lat": 39.066261,
  40. "name": "福州1",
  41. "type":"自营业务",
  42. "toolTipInfo":["客户数:144","员工人数:70"],
  43. "area": "客户数:256",
  44. "store": "员工人数:132",
  45. "color": "#0349bd"
  46. },
  47. {
  48. "long": 117.212238,
  49. "lat": 39.130773,
  50. "name": "福州2",
  51. "type":"自营业务",
  52. "toolTipInfo":["客户数:256","员工人数:132"],
  53. "area": "客户数:256",
  54. "store": "员工人数:132",
  55. "color": "#0349bd"
  56. }
  57. ]
  58. }
  59. ]