Skip to content

Instantly share code, notes, and snippets.

@uraimo
Created November 12, 2022 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uraimo/1a5abfab2c15515fb17192dc6cafd0f1 to your computer and use it in GitHub Desktop.
Save uraimo/1a5abfab2c15515fb17192dc6cafd0f1 to your computer and use it in GitHub Desktop.
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "Test": "rest"
      },
      "geometry": {
        "coordinates": [
          9.190224185176561,
          45.46421594919752
        ],
        "type": "Point"
      }
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment