{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Princes Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.553429,
            51.426801
          ],
          [
            -0.553133,
            51.427154
          ],
          [
            -0.552837,
            51.427508
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002015940, TW20 9RN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5528374019970465,
          51.42750224841669
        ]
      }
    }
  ]
}