Skip to content

Instantly share code, notes, and snippets.

@tjfwalker
Last active February 15, 2022 08:05

Revisions

  1. tjfwalker created this gist Mar 24, 2014.
    40 changes: 40 additions & 0 deletions map.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [
    -75.17098903656006,
    39.97346964672725
    ],
    [
    -75.16579627990723,
    39.97473581647971
    ],
    [
    -75.16098976135254,
    39.969292764609015
    ],
    [
    -75.1659893989563,
    39.9636354779689
    ],
    [
    -75.17513036727905,
    39.96819094607357
    ],
    [
    -75.17098903656006,
    39.97346964672725
    ]
    ]
    ]
    }
    }
    ]
    }