line.geojson 668 B

12345678910111213141516171819202122232425
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "id": 80604,
  7. "properties": { "_draw_type": "line" },
  8. "geometry": {
  9. "type": "LineString",
  10. "coordinates": [
  11. [116.3976118, 39.88965066],
  12. [116.67941182, 39.53040845],
  13. [117.20275219, 39.06935436],
  14. [116.83239223, 38.28367056],
  15. [116.35736782, 37.41269464],
  16. [117.1141921, 36.62708752],
  17. [118.04814964, 36.78845585],
  18. [119.15923668, 36.69167549],
  19. [118.36214697, 35.08718038]
  20. ]
  21. },
  22. "bbox": [116.35736782, 35.08718038, 119.15923668, 39.88965066]
  23. }
  24. ]
  25. }