JSFiddle - React, Tailwind, and code Playground

by Lena R

JavaScript

{
            "type": "Feature",
            "geometry": {
                "type": "LineString",
                "coordinates": [
                     [25.5792832, 49.5438962],
                     [25.5733805, 49.5441854]
                ]
            },
            "properties": {
                "popupContent": "This is a free bus line that will take you across downtown.",
                "underConstruction": false
            },
            "id": 1
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [25.5729445, 49.5453302],
                    [25.574409, 49.543262]
                ]
            },
            "properties": {
                "popupContent": "This is a free bus line that will take you across downtown.",
                "underConstruction": true
            },
            "id": 2
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [25.5775839, 49.542852],
                    [25.6056658, 49.5532027]
                ]
            },
            "properties": {
                "popupContent": "This is a free bus line that will take you across downtown.",
                "underConstruction": false
            },
            "id": 3
        },
                {
            "type": "Feature",
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [25.6002836, 49.5489677],
                    [25.6066017, 49.5631274]
                ]
            },
            "properties": {
                "popupContent": "This is a free bus line that will take you across downtown.",
                "underConstruction": false
            },
            "id": 4
        }