{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Anson Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.31498,
            52.645726
          ],
          [
            -2.313885,
            52.645449
          ],
          [
            -2.312791,
            52.645172
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070434419, TF11 8UP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.314415883291002,
          52.64445390471874
        ]
      }
    }
  ]
}