{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "George Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.597519,
            52.290342
          ],
          [
            -0.597317,
            52.2904
          ],
          [
            -0.597223,
            52.290427
          ],
          [
            -0.59704,
            52.290479
          ],
          [
            -0.596927,
            52.290512
          ],
          [
            -0.596734,
            52.290535
          ],
          [
            -0.59654,
            52.290559
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001194624, NN10 0PJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5975090469688316,
          52.2903435220713
        ]
      }
    }
  ]
}