{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Horsa Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.403084,
            51.231339
          ],
          [
            1.403624,
            51.231382
          ],
          [
            1.404164,
            51.231425
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034878400, CT14 6WY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.4030835490401112,
          51.231339098753786
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100060892175, CT14 6PR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.403321578078428,
          51.2314581045901
        ]
      }
    }
  ]
}