1234567891011121314151617181920212223242526272829303132333435 |
- {
- "type": "FeatureCollection",
- "features": [{
- "type": "Feature",
- "properties": {
- "name": "城区"
- },
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [112.900628691406, 35.5715346503907],
- [112.919132109375, 35.5365651679688],
- [112.902523222656, 35.5186379218751],
- [112.871312285156, 35.5198744941406],
- [112.900706816406, 35.4771572089844],
- [112.882528105469, 35.438637921875],
- [112.852406035156, 35.4398317695313],
- [112.847345, 35.423843],
- [112.811236601563, 35.4572988105469],
- [112.8226965625, 35.4789577460937],
- [112.752535429688, 35.5120693183594],
- [112.77994265625, 35.5604055],
- [112.810106230469, 35.5444448066407],
- [112.850628691406, 35.5881801582031],
- [112.88134890625, 35.5893984199219],
- [112.900628691406, 35.5715346503907]
- ]
- ]
- ]
- }
- }]
- }
|