fire.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "SMID": "1",
  8. "SMX": "116.4761803398518",
  9. "SMY": "39.94523658612576",
  10. "NAME": "流星花园"
  11. },
  12. "geometry": { "type": "Point", "coordinates": [116.4761803398518, 39.94523658612576] },
  13. "id": 1
  14. },
  15. {
  16. "type": "Feature",
  17. "properties": {
  18. "SMID": "2",
  19. "SMX": "116.45232859046547",
  20. "SMY": "39.940792015044366",
  21. "NAME": "什刹海"
  22. },
  23. "geometry": { "type": "Point", "coordinates": [116.45232859046547, 39.940792015044366] },
  24. "id": 2
  25. },
  26. {
  27. "type": "Feature",
  28. "properties": {
  29. "SMID": "3",
  30. "SMX": "116.43836302095974",
  31. "SMY": "39.930558174912676",
  32. "NAME": "月坛"
  33. },
  34. "geometry": { "type": "Point", "coordinates": [116.43836302095974, 39.930558174912676] },
  35. "id": 3
  36. },
  37. {
  38. "type": "Feature",
  39. "properties": {
  40. "SMID": "4",
  41. "SMX": "116.4317944049053",
  42. "SMY": "39.92051672843084",
  43. "NAME": "超图集团"
  44. },
  45. "geometry": { "type": "Point", "coordinates": [116.4317944049053, 39.92051672843084] },
  46. "id": 4
  47. },
  48. {
  49. "type": "Feature",
  50. "properties": {
  51. "SMID": "5",
  52. "SMX": "116.45783612863801",
  53. "SMY": "39.91314505177505",
  54. "NAME": "牛街"
  55. },
  56. "geometry": { "type": "Point", "coordinates": [116.45783612863801, 39.91314505177505] },
  57. "id": 5
  58. },
  59. {
  60. "type": "Feature",
  61. "properties": {
  62. "SMID": "6",
  63. "SMX": "116.47886488380118",
  64. "SMY": "39.92696402104232",
  65. "NAME": "崇文门外"
  66. },
  67. "geometry": { "type": "Point", "coordinates": [116.47886488380118, 39.92696402104232] },
  68. "id": 6
  69. }
  70. ]
  71. }