1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "type": "FeatureCollection",
- "name": "11",
- "crs": {
- "type": "name",
- "properties": {
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
- }
- },
- "features": [
- {
- "type": "Feature",
- "properties": {
- "id": 123456
- },
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 109.539896436105636,
- 18.321470749806608
- ],
- [
- 109.541319063754457,
- 18.321404064135571
- ],
- [
- 109.541319063754457,
- 18.321404064135571
- ],
- [
- 109.541319063754457,
- 18.320461573318219
- ],
- [
- 109.54093673257384,
- 18.319643562420143
- ],
- [
- 109.540634424198458,
- 18.318985597132556
- ],
- [
- 109.540545509970414,
- 18.31813202054326
- ],
- [
- 109.538616071221682,
- 18.318158694811675
- ],
- [
- 109.538549385550652,
- 18.319959207929728
- ],
- [
- 109.538638299778697,
- 18.321052852934766
- ],
- [
- 109.539896436105636,
- 18.321470749806608
- ]
- ]
- ]
- ]
- }
- }
- ]
- }
|