Skip to content

Instantly share code, notes, and snippets.

@walesmd
Created August 14, 2013 01:38
Show Gist options
  • Save walesmd/6227316 to your computer and use it in GitHub Desktop.
Save walesmd/6227316 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
{"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]}}]}
@walesmd
Copy link
Author

walesmd commented Aug 14, 2013

{
  "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