{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stoke Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.038627,
            53.398963
          ],
          [
            -3.03887,
            53.399033
          ],
          [
            -3.038828,
            53.399083
          ],
          [
            -3.038665,
            53.399277
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42185195, CH41 8BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0388697242844285,
          53.39903272316572
        ]
      }
    }
  ]
}