| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "type": "FeatureCollection",
- "name": "draw",
- "features": [
- {
- "type": "Feature",
- "properties": {},
- "geometry": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- 109.431774698027056,
- 18.308104945636849
- ],
- [
- 109.430011339115111,
- 18.290042431376694
- ],
- [
- 109.44640581116127,
- 18.286563371901781
- ],
- [
- 109.451743546246064,
- 18.308438554079647
- ],
- [
- 109.431774698027056,
- 18.308104945636849
- ]
- ]
- ]
- }
- }
- ]
- }
|