mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
places-layer
This commit is contained in:
parent
ec0cbd7935
commit
3a5f715db8
26
backend/directus-config/seed/layers.json
Normal file
26
backend/directus-config/seed/layers.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"collection": "layers",
|
||||
"meta": {
|
||||
"insert_order": 1,
|
||||
"create": true,
|
||||
"update": true,
|
||||
"delete": true,
|
||||
"preserve_ids": false,
|
||||
"ignore_on_update": []
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"_sync_id": "layer-places",
|
||||
"name": "Places",
|
||||
"itemType": "type-test",
|
||||
"userProfileLayer": false,
|
||||
"menuColor": "#2ECDA7",
|
||||
"markerDefaultColor2": null,
|
||||
"onlyOnePerOwner": false,
|
||||
"index_plus_button": true,
|
||||
"public_edit_items": false,
|
||||
"listed": true,
|
||||
"item_presets": null
|
||||
}
|
||||
]
|
||||
}
|
||||
18
backend/directus-config/seed/layers_maps.json
Normal file
18
backend/directus-config/seed/layers_maps.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"collection": "layers_maps",
|
||||
"meta": {
|
||||
"insert_order": 1,
|
||||
"create": true,
|
||||
"update": true,
|
||||
"delete": true,
|
||||
"preserve_ids": false,
|
||||
"ignore_on_update": []
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"_sync_id": "layer-places-map-local-development",
|
||||
"layers_id": "layer-places",
|
||||
"maps_id": "map-local-development"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -10,7 +10,7 @@
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"_sync_id": "local-development",
|
||||
"_sync_id": "map-local-development",
|
||||
"name": "Local Development",
|
||||
"url": "http://local.development",
|
||||
"zoom": 6,
|
||||
|
||||
22
backend/directus-config/seed/types.json
Normal file
22
backend/directus-config/seed/types.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"collection": "types",
|
||||
"meta": {
|
||||
"insert_order": 1,
|
||||
"create": true,
|
||||
"update": true,
|
||||
"delete": true,
|
||||
"preserve_ids": false,
|
||||
"ignore_on_update": []
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"_sync_id": "type-test",
|
||||
"user_created": null,
|
||||
"date_created": "2025-01-01T00:00:00.000Z",
|
||||
"user_updated": null,
|
||||
"date_updated": null,
|
||||
"name": "test",
|
||||
"template": "flex"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user