{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kent Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.307096,
            51.407134
          ],
          [
            -0.307014,
            51.407137
          ],
          [
            -0.306931,
            51.407139
          ],
          [
            -0.30676,
            51.407144
          ],
          [
            -0.306589,
            51.40715
          ],
          [
            -0.306274,
            51.407169
          ],
          [
            -0.305958,
            51.407189
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "128009319, KT1 2BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.30594350036152546,
          51.40720739524222
        ]
      }
    }
  ]
}