123456789101112131415161718192021222324252627282930 |
- {
- "type": "FeatureCollection",
- "features":
- [
- {
- "type": "Feature",
- "properties":
- {
- "点位信息": "121.067265,31.074415",
- "纬度": "31.178732481035297",
- "机构名称": "上海青浦区徐泾镇养护院",
- "经度": "121.23452652099728",
- "所在街镇": "徐泾镇",
- "核定床位数": "852.0",
- "地址": "青浦区徐泾镇乐强路56号",
- "备注": "",
- "执业年月": ""
- },
- "geometry":
- {
- "type": "Point",
- "coordinates":
- [
- 121.23452652099728,
- 31.178732481035297
- ]
- }
- }
- ]
- }
|