Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rubenreyes2000/85d35eaf7bf9bdf2da7a40d288a3fd99 to your computer and use it in GitHub Desktop.

Select an option

Save rubenreyes2000/85d35eaf7bf9bdf2da7a40d288a3fd99 to your computer and use it in GitHub Desktop.

Revisions

  1. rubenreyes2000 created this gist Mar 15, 2026.
    68 changes: 68 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,68 @@
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {
    "name": "Merged Polygon",
    "stroke": "rgba(34, 50, 82, 1)",
    "stroke-width": 2,
    "stroke-opacity": 1,
    "fill": "rgba(176, 199, 232, 1)",
    "fill-opacity": 0.4
    },
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [
    -75.41542046066758,
    40.09482192513289
    ],
    [
    -75.38818146258754,
    40.04422147800864
    ],
    [
    -75.3295258,
    40.0120672
    ],
    [
    -75.2693511016573,
    39.980250715877446
    ],
    [
    -75.20463320261561,
    40.010878454374534
    ],
    [
    -74.95551674234689,
    40.145230829209225
    ],
    [
    -75.08795401256805,
    40.25468748610268
    ],
    [
    -75.17570312317008,
    40.27694562368788
    ],
    [
    -75.29015722878624,
    40.25491900471454
    ],
    [
    -75.34757220470229,
    40.202075764570765
    ],
    [
    -75.41542046066758,
    40.09482192513289
    ]
    ]
    ]
    },
    "id": 0
    }
    ]
    }