GeoJson:Map: Difference between revisions

From The Walkscape Walkthrough
Content deleted Content added
Created page with "{ "type": "FeatureCollection", "features": [] } "
 
Visual map edit
Tag: Reverted
Line 1: Line 1:
{
{
"type": "FeatureCollection",
"type": "FeatureCollection",
"features": []
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-236.601563,
33.919049
],
[
-236.601563,
53.470608
],
[
-181.757813,
53.470608
],
[
-181.757813,
33.919049
],
[
-236.601563,
33.919049
]
]
]
}
}
]
}
}

Revision as of 22:15, 11 May 2023

Loading map...