Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Mkeays501/patch-1
```typescript ### Explanation: - The coordinates are listed in `[longitude, latitude]` format, as required by GeoJSON. - This example creates a `FeatureCollection` with a single `Feature` that has a `Polygon` geometry. - The `properties` object can contain additional information about the polygon, such as the name of the area. You can include this GeoJSON in your markdown file by embedding it as shown above. Some markdown viewers or editors might not render GeoJSON directly, but this structure is standard and can be used with tools that support GeoJSON visualization. ```
- Loading branch information