diff --git a/backend/directus-config/seed/maps.json b/backend/directus-config/seed/maps.json index 59a8443b..176b88a3 100644 --- a/backend/directus-config/seed/maps.json +++ b/backend/directus-config/seed/maps.json @@ -12,7 +12,19 @@ { "_sync_id": "local-development", "name": "Local Development", - "url": "http://local.development" + "url": "http://local.development", + "zoom": 6, + "own_tag_space": true, + "center": { + "type": "Point", + "coordinates": [ + 10.067625824315172, + 50.51565268622562 + ] + }, + "donation_widget": false, + "custom_text": "# Welcome to the Development Server\n\nThis map is just for development purposes and to try out new things.", + "default_theme": null } ] } \ No newline at end of file