Newer
Older
KaiFengPC / public / static / json / malfunction.json
@wudi wudi on 25 Jun 1 KB 1
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "type": "hmss",
  8. "name": "海绵设施1"
  9. },
  10. "geometry": {
  11. "type": "Point",
  12. "coordinates": [
  13. 114.34358855890983,
  14. 34.78648958593783
  15. ]
  16. }
  17. },
  18. {
  19. "type": "Feature",
  20. "properties": {
  21. "type": "hmss",
  22. "name": "海绵设施2"
  23. },
  24. "geometry": {
  25. "type": "Point",
  26. "coordinates": [
  27. 114.33287669276176,
  28. 34.79348317771422
  29. ]
  30. }
  31. },
  32. {
  33. "type": "Feature",
  34. "properties": {
  35. "type": "hmss",
  36. "name": "海绵设施3"
  37. },
  38. "geometry": {
  39. "type": "Point",
  40. "coordinates": [
  41. 114.32757044586306,
  42. 34.799644243341355
  43. ]
  44. }
  45. },
  46. {
  47. "type": "Feature",
  48. "properties": {
  49. "type": "hmss",
  50. "name": "海绵设施4"
  51. },
  52. "geometry": {
  53. "type": "Point",
  54. "coordinates": [
  55. 114.35315888364308,
  56. 34.78226420827621
  57. ]
  58. }
  59. },
  60. {
  61. "type": "Feature",
  62. "properties": {
  63. "type": "ylz",
  64. "name": "雨量站"
  65. },
  66. "geometry": {
  67. "type": "Point",
  68. "coordinates": [
  69. 114.33372190889068,
  70. 34.784137144288096
  71. ]
  72. }
  73. }
  74. ]
  75. }