Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Last active February 22, 2017 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CliffordAnderson/c8196eeaa0212e73b4da83599e4f1874 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/c8196eeaa0212e73b4da83599e4f1874 to your computer and use it in GitHub Desktop.
Mapping Berlin Feature Collection Examples

Feature Collection

Here's the basic syntax for creating a FeatureCollection of GeoJSON objects. Place the objects inside the array, separating them with commas.

{
  "type": "FeatureCollection",
  "features": [
    
  ]
}

Click on "Edit" to see the syntax of a full-fledged FeatureCollection below.

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment