mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
places-layer
This commit is contained in:
parent
f8eb6f1d97
commit
4f272cff28
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": [
|
"data": [
|
||||||
{
|
{
|
||||||
"_sync_id": "local-development",
|
"_sync_id": "map-local-development",
|
||||||
"name": "Local Development",
|
"name": "Local Development",
|
||||||
"url": "http://local.development",
|
"url": "http://local.development",
|
||||||
"zoom": 6,
|
"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