{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thompson Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.570738,
            54.950281
          ],
          [
            -1.570464,
            54.950271
          ],
          [
            -1.570191,
            54.950261
          ],
          [
            -1.570154,
            54.950197
          ],
          [
            -1.570118,
            54.950132
          ],
          [
            -1.570056,
            54.949981
          ],
          [
            -1.569993,
            54.949829
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070835027, NE10 9NQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.569738712074766,
          54.95025087691352
        ]
      }
    }
  ]
}