{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Matthews Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.50498,
            51.434581
          ],
          [
            -0.505373,
            51.43442
          ],
          [
            -0.505767,
            51.434258
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "33044557, TW18 4LQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5054917677020002,
          51.4343178168342
        ]
      }
    }
  ]
}