Example response for public maps#show - a-thousand-channels/ORTE-backend GitHub Wiki

{
   "map": {
        "id": 9,
        "title": "Public parks and greens in Hamburg West",
        "subtitle": "A sample dataset of public parks in Hamburg West",
        "text": "The dataset derives from ORTE Backend and is a sample (incomplete) dataset of public parks in Hamburg West. It can be used for testing purposes and sample content of local installations of the ORTE backend.",
        "credits": "All content by Wikipedia and its contributers under CC BY-SA 4.0 licence",
        "image_link": null,
        "created_at": "2020-03-28T18:46:47.000Z",
        "updated_at": "2025-02-20T15:18:13.000Z",
        "published": true,
        "owner": "Admins",
        "layers": [
            {
                "id": 24,
                "title": "Parks in Mitte Altona",
                "subtitle": "",
                "text": "",
                "teaser": "",
                "credits": "",
                "image_link": null,
                "color": "#93d3ec",
                "created_at": "2020-03-28T18:50:44.000Z",
                "updated_at": "2022-01-19T11:44:38.000Z",
                "published": true,
                "places": [
                    {
                        "id": 243,
                        "uid": "",
                        "title": "Park Gleiswiese",
                        "subtitle": "",
                        "teaser": "",
                        "text": "",
                        "sources": null,
                        "link": "",
                        "imagelink": null,
                        "imagelink2": "http://some-long-link/123.jpg",
                        "audiolink": "",
                        "published": true,
                        "date_with_qualifier": null,
                        "startdate": null,
                        "enddate": null,
                        "location": " ",
                        "address": "An der Kleiderkasse 5",
                        "zip": "22765",
                        "city": "Hamburg (Altona-Nord)",
                        "country": "",
                        "featured": true,
                        "shy": false,
                        "layer_id": 24,
                        "icon_link": "",
                        "icon_class": "",
                        "icon_name": "",
                        "lat": "53.56061290912902",
                        "lon": "9.937992095947266",
                        "tags": [
                            "Sonne",
                            "Sterne"
                        ],
                        "annotations": [],
                        "images": [
                            {
                                "id": 2,
                                "title": "Birds",
                                "source": "some source",
                                "creator": "some creator",
                                "alt": "some description",
                                "sorting": 3,
                                "image_linktag": "<img src=\"http://some-long-link/birds.jpg\" title=\"Birds\">",
                                "image_url": "http://some-long-link/birds.jpg"
                            },
                            {
                                "id": 1,
                                "title": "Eule",
                                "source": "",
                                "creator": "",
                                "alt": "",
                                "sorting": null,
                                "image_linktag": "<img src=\"http://some-long-link/baby-owl.jpg\" title=\"Eule\">",
                                "image_url": "http://some-long-link/baby-owl.jpg"
                            }
                        ]
                    }
                ],
                "places_with_relations": [
                    {
                        "relations": [
                            {
                                "id": 37,
                                "from": {
                                    "id": 24,
                                    "lat": "0",
                                    "lon": "0"
                                },
                                "to": {
                                    "id": 329,
                                    "lat": "0",
                                    "lon": "0"
                                }
                            }
                        ]
                    }
                ]
            }
        ]
    }
}