https://github.com/zardoy/release-testing
-
https://github.com/zardoy/release-testing
Last synced: 3 months ago
JSON representation
-
- Host: GitHub
- URL: https://github.com/zardoy/release-testing
- Owner: zardoy
- Created: 2021-02-18T19:56:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-24T07:33:15.000Z (about 1 year ago)
- Last Synced: 2025-05-24T08:32:51.518Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Release
```geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-90,35],
[-90,30],
[-85,30],
[-85,35],
[-90,35]
]
]
}
}
]
}
```