1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "type": "FeatureCollection",
- "features": [{
- "type": "Feature",
- "properties": {
- "name": "侯马市"
- },
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [111.40271609375, 35.6992153144531],
- [111.420726347656, 35.6783107734376],
- [111.442847929688, 35.6800881171875],
- [111.441541777344, 35.6638430000001],
- [111.442747832031, 35.648843],
- [111.441920195313, 35.6385646796875],
- [111.452779570313, 35.6191030097656],
- [111.447345, 35.563843],
- [111.430704375, 35.5604836250001],
- [111.417345, 35.5538430000001],
- [111.404312773438, 35.5701161933594],
- [111.331829863281, 35.5494179511719],
- [111.312899199219, 35.5382900214844],
- [111.287345, 35.533843],
- [111.283804960938, 35.5503029609375],
- [111.266541777344, 35.5597646308594],
- [111.274449492188, 35.5789492011719],
- [111.260240507813, 35.6087367988282],
- [111.264405546875, 35.618843],
- [111.256793242188, 35.6373146796875],
- [111.284881621094, 35.6257363105469],
- [111.294405546875, 35.648843],
- [111.28572390625, 35.6699086738282],
- [111.337345, 35.673843],
- [111.346676054688, 35.6603285957031],
- [111.361429472656, 35.6997585273438],
- [111.387345, 35.7038430000001],
- [111.40271609375, 35.6992153144531]
- ]
- ]
- ]
- }
- }]
- }
|