geojson.json 897 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "PROJECT_AD": "士大夫撒地方",
  8. "PLAN_REFOR": "第三方时发发",
  9. "SCHOOL_ACREAGE": "131022",
  10. "SCHOOL_LONGITUDE": "116.281312",
  11. "SCHOOL_LATITUDE": "39.328326"
  12. },
  13. "geometry": {
  14. "type": "Point",
  15. "coordinates": [
  16. 114.45968627929688,
  17. 36.61552763134925
  18. ]
  19. }
  20. },
  21. {
  22. "type": "Feature",
  23. "properties": {
  24. "PROJECT_AD": "士大夫撒地方",
  25. "PLAN_REFOR": "第三方时发发",
  26. "SCHOOL_ACREAGE": "131022",
  27. "SCHOOL_LONGITUDE": "116.281312",
  28. "SCHOOL_LATITUDE": "39.328326"
  29. },
  30. "geometry": {
  31. "type": "Point",
  32. "coordinates": [
  33. 114.54345703125,
  34. 36.595684037179055
  35. ]
  36. }
  37. }
  38. ]
  39. }