From 35a29e0c71df1ae4c48e2416cd680b1083492790 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 12 Sep 2025 22:02:12 +0200 Subject: [PATCH] improved sample data --- backend/directus-config/development/seed/layers.json | 6 +++--- backend/directus-config/development/seed/types.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/backend/directus-config/development/seed/layers.json b/backend/directus-config/development/seed/layers.json index 7f138cbc..a76fe0a0 100644 --- a/backend/directus-config/development/seed/layers.json +++ b/backend/directus-config/development/seed/layers.json @@ -14,7 +14,7 @@ "name": "Places", "itemType": "type-text-gallery", "userProfileLayer": false, - "menuColor": "#2ECDA7", + "menuColor": "#008e5b", "menuText": "Add new Place", "markerIcon" : "marker-point", "markerShape" : "circle", @@ -30,7 +30,7 @@ "name": "Events", "itemType": "type-event", "userProfileLayer": false, - "menuColor": "#6644FF", + "menuColor": "#c4037d", "menuText": "Add new Event", "markerIcon" : "marker-calendar", "markerShape" : "square", @@ -47,7 +47,7 @@ "name": "People", "itemType": "type-user-text-gallery", "userProfileLayer": true, - "menuColor": "#19898F", + "menuColor": "#e87520", "menuText": "Add a new Vessel", "markerIcon" : "marker-user", "markerShape" : "square", diff --git a/backend/directus-config/development/seed/types.json b/backend/directus-config/development/seed/types.json index 42f58d09..53083881 100644 --- a/backend/directus-config/development/seed/types.json +++ b/backend/directus-config/development/seed/types.json @@ -29,6 +29,7 @@ "user_updated": null, "date_updated": null, "template": "flex", + "show_start_end_input": true, "show_text": true, "show_profile_button" : true, "show_start_end" : true