{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hill Top Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.51873,
            53.816534
          ],
          [
            -1.519138,
            53.816706
          ],
          [
            -1.519244,
            53.816751
          ],
          [
            -1.519546,
            53.816879
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72637580, LS8 4EW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5188053130204355,
          53.816561337920255
        ]
      }
    }
  ]
}