{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thompson Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.365792,
            51.464682
          ],
          [
            -0.366132,
            51.465015
          ],
          [
            -0.366472,
            51.465348
          ],
          [
            -0.366598,
            51.465487
          ],
          [
            -0.366613,
            51.465503
          ],
          [
            -0.366508,
            51.465618
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024281517, TW3 3RQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.36655686892979794,
          51.46544819124263
        ]
      }
    }
  ]
}