Skip to content

Instantly share code, notes, and snippets.

@worace
Last active July 13, 2018 19:53
Show Gist options
  • Select an option

  • Save worace/540d89a5dbaa0b6274cd19f6ab6d4994 to your computer and use it in GitHub Desktop.

Select an option

Save worace/540d89a5dbaa0b6274cd19f6ab6d4994 to your computer and use it in GitHub Desktop.

Revisions

  1. worace revised this gist Mar 1, 2018. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions test2.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "type": "Feature",
    "properties": {
    "marker-color": "#ff0000"
    },
    "geometry": {
    "type": "Point",
    "coordinates": [
    -118.4184041619301,
    34.05771049652868
    ]
    }
    }
  2. worace revised this gist Mar 1, 2018. 1 changed file with 0 additions and 14 deletions.
    14 changes: 0 additions & 14 deletions feature.geojson
    Original file line number Diff line number Diff line change
    @@ -1,14 +0,0 @@
    {
    "type": "Feature",
    "properties": {
    "marker-color": "#ff0000",
    "id": "New AMC Point"
    },
    "geometry": {
    "type": "Point",
    "coordinates": [
    -118.4184041619301,
    34.05771049652868
    ]
    }
    }
  3. worace revised this gist Mar 1, 2018. 1 changed file with 14 additions and 0 deletions.
    14 changes: 14 additions & 0 deletions feature.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    {
    "type": "Feature",
    "properties": {
    "marker-color": "#ff0000",
    "id": "New AMC Point"
    },
    "geometry": {
    "type": "Point",
    "coordinates": [
    -118.4184041619301,
    34.05771049652868
    ]
    }
    }
  4. worace created this gist Mar 1, 2018.
    36 changes: 36 additions & 0 deletions test.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [
    -123.70605468750001,
    33.100745405144245
    ],
    [
    -109.5556640625,
    33.100745405144245
    ],
    [
    -109.5556640625,
    39.50404070558415
    ],
    [
    -123.70605468750001,
    39.50404070558415
    ],
    [
    -123.70605468750001,
    33.100745405144245
    ]
    ]
    ]
    }
    }
    ]
    }