{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Palace Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.495062,
            51.355321
          ],
          [
            -0.495234,
            51.355194
          ],
          [
            -0.495249,
            51.355183
          ],
          [
            -0.495263,
            51.355172
          ],
          [
            -0.495464,
            51.355023
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002015899, KT15 3NB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4946105477560895,
          51.35563975898879
        ]
      }
    }
  ]
}