123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "type": "FeatureCollection",
- "features":
- [
- {
- "type": "Feature",
- "properties":
- {
- "经纬度": "121.2352658156005,31.178187044483817",
- "纬度": "31.178187044483817",
- "机构": "徐泾北大居社区卫生服务中心",
- "经度": "121.2352658156005",
- "地址": "青浦区徐泾镇乐高路19号",
- "备注": ""
- },
- "geometry":
- {
- "type": "Point",
- "coordinates":
- [
- 121.2352658156005,
- 31.178187044483817
- ]
- }
- },
- {
- "type": "Feature",
- "properties":
- {
- "经纬度": "121.26640489991136,31.178221445817382",
- "纬度": "31.178221445817382",
- "机构": "徐泾镇社区卫生服务中心",
- "经度": "121.26640489991136",
- "地址": "青浦区徐泾镇徐民路1088号",
- "备注": ""
- },
- "geometry":
- {
- "type": "Point",
- "coordinates":
- [
- 121.26640489991136,
- 31.178221445817382
- ]
- }
- }
- ]
- }
|