GET /api/geostore/f37af48a-bc77-4bc7-89ce-800a65fa7ec9.json
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "identifier": "f37af48a-bc77-4bc7-89ce-800a65fa7ec9",
    "attributes": {},
    "centroid": {
        "type": "Point",
        "coordinates": [
            34.99773057479042,
            32.82849313242166
        ]
    },
    "lines": {
        "type": "FeatureCollection",
        "features": []
    },
    "points": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        34.99773057479042,
                        32.82849313242166
                    ]
                },
                "properties": {
                    "name": "Haifa Port",
                    "layer": "HaifaPort",
                    "description": ""
                }
            }
        ]
    },
    "polygons": {
        "type": "FeatureCollection",
        "features": []
    },
    "extent": [
        34.9977305747904,
        32.8284931324217,
        34.9977305747904,
        32.8284931324217
    ],
    "projects": [
        {
            "name": "Haifa Bay Port",
            "identifier": "e1246f90-68c2-4ad7-a710-e27418e79fbd",
            "infrastructure_type": "Seaport",
            "total_cost": 4000000000,
            "total_cost_currency": "ILS",
            "page_url": "/database/projects/haifa-bay-port-construction/e1246f90-68c2-4ad7-a710-e27418e79fbd/",
            "locations": [
                "Israel"
            ]
        }
    ]
}