Skip to content

Instantly share code, notes, and snippets.

@walesmd
Created August 14, 2013 01:38
Show Gist options
  • Select an option

  • Save walesmd/6227316 to your computer and use it in GitHub Desktop.

Select an option

Save walesmd/6227316 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@walesmd

walesmd commented Aug 14, 2013

Copy link
Copy Markdown
Author
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "title": "Kforce / KGS",
        "description": "Business park, brown building with Kforce and KGS signs.",
        "marker-color": "#00FF33"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -98.47644567489624,
          29.569985835755052
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "title": "KGS",
        "description": "Ten story building, 7th floor",
        "marker-color": "#FFFF00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -97.74847269058228,
          30.2127022628845
        ]
      }
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment