{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Great North Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.198543,
            51.890629
          ],
          [
            -0.198631,
            51.890663
          ],
          [
            -0.198718,
            51.890697
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013385246, SG1 1XN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1986952317846502,
          51.890731093155836
        ]
      }
    }
  ]
}