Skip to content

Latest commit

 

History

History
executable file
·
41 lines (31 loc) · 901 Bytes

File metadata and controls

executable file
·
41 lines (31 loc) · 901 Bytes

##Getting Started

###What is Free and Open Source Software?

###Application Architecture

###Understanding JSON

###Exploring GeoJSON

{
  "type": "Feature",
  "properties": {
    "title": "Friedrichstraße",
    "series": "Spring 2015",
    "tour": "1970",
    "marker-size": "medium",
    "marker-color": "#FFFF00",
    "marker-symbol": "rail-metro"
  },
  "geometry": {
    "type": "Point",
    "coordinates": [
      13.386978,
      52.520289
    ]
  }
}

###Installing Atom

###Using a GeoJSON linter

###Setting up a Github Account

###Forking a Gist