Newer
Older
KaiFengPC / src / assets / geojson / kaifeng / oneCenter2.json
@jimengfei jimengfei on 27 Aug 1 KB updata
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "id": 0,
  7. "geometry": {
  8. "type": "LineString",
  9. "coordinates": [
  10. [
  11. 114.26493896741621,
  12. 34.912618309653688
  13. ],
  14. [
  15. 114.41692703916362,
  16. 34.911726011776501
  17. ]
  18. ]
  19. },
  20. "properties": {
  21. "FID": 0,
  22. "name": "黄河生态文化带",
  23. "fillcolor": "rgba(60,112,135,1)"
  24. }
  25. },
  26. {
  27. "type": "Feature",
  28. "id": 1,
  29. "geometry": {
  30. "type": "LineString",
  31. "coordinates": [
  32. [
  33. 114.18234210740874,
  34. 34.692087626055461
  35. ],
  36. [
  37. 114.33331890822868,
  38. 34.691373787753712
  39. ]
  40. ]
  41. },
  42. "properties": {
  43. "FID": 1,
  44. "name": "运粮河流域",
  45. "fillcolor": "rgba(2, 77, 47,1)"
  46. }
  47. },
  48. {
  49. "type": "Feature",
  50. "id": 2,
  51. "geometry": {
  52. "type": "LineString",
  53. "coordinates": [
  54. [
  55. 114.51320616026945,
  56. 34.829501499142161
  57. ],
  58. [
  59. 114.51320616026945,
  60. 34.69280146435721
  61. ]
  62. ]
  63. },
  64. "properties": {
  65. "FID": 2,
  66. "name": "惠济河流域",
  67. "fillcolor": "rgba(12, 62, 123,1)"
  68. }
  69. }
  70. ]
  71. }