mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
* add marker icons, images & seeds * added sample items to the development environment Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> * added ocean nomads layers * added and restructured files * added menu texts and removed place layer from sample map --------- Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Co-authored-by: Anton Tranelis <mail@antontranelis.de>
126 lines
4.1 KiB
JSON
126 lines
4.1 KiB
JSON
{
|
|
"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-simple",
|
|
"userProfileLayer": false,
|
|
"indexIcon": "map-pin-outline",
|
|
"menuColor": "#2ECDA7",
|
|
"menuIcon": "point-solid",
|
|
"menuText": "Add new Place",
|
|
"markerShape" : "circle",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": false,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null,
|
|
"sort": 1
|
|
},
|
|
{
|
|
"_sync_id": "layer-events",
|
|
"name": "Events",
|
|
"itemType": "type-event",
|
|
"userProfileLayer": false,
|
|
"indexIcon": "calendar-outline",
|
|
"menuColor": "#6644FF",
|
|
"menuIcon": "calendar-solid",
|
|
"menuText": "Add new Event",
|
|
"markerIcon" : "marker-calendar",
|
|
"markerShape" : "square",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": false,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null,
|
|
"sort": 5
|
|
},
|
|
{
|
|
"_sync_id": "layer-nomads_location",
|
|
"name": "Nomads Location",
|
|
"itemType": "type-ON_nomads_location",
|
|
"userProfileLayer": false,
|
|
"indexIcon": "users-outline",
|
|
"menuColor": "#18222F",
|
|
"menuIcon": "user-solid",
|
|
"menuText": "Share your Location",
|
|
"markerIcon" : "marker-user",
|
|
"markerShape" : "square",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": true,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null,
|
|
"sort": 1
|
|
},
|
|
{
|
|
"_sync_id": "layer-nomads_base",
|
|
"name": "Nomads Base",
|
|
"itemType": "type-ON_nomads_location",
|
|
"userProfileLayer": false,
|
|
"indexIcon": "house-outline",
|
|
"menuColor": "#B05463",
|
|
"menuIcon" : "house-solid",
|
|
"menuText": "Share a new Home Base",
|
|
"markerIcon" : "marker-house",
|
|
"markerShape" : "square",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": true,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null,
|
|
"sort": 2
|
|
},
|
|
{
|
|
"_sync_id": "layer-vessels",
|
|
"name": "Vessels",
|
|
"itemType": "type-text-gallery",
|
|
"userProfileLayer": false,
|
|
"indexIcon": "boat-outline",
|
|
"menuColor": "#19898F",
|
|
"menuIcon" : "boat-solid",
|
|
"menuText": "Add a new Vessel",
|
|
"markerIcon" : "marker-boat",
|
|
"markerShape" : "square",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": true,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null,
|
|
"sort": 3
|
|
},
|
|
{
|
|
"_sync_id": "layer-basecamps",
|
|
"name": "Basecamps",
|
|
"itemType": "type-text-gallery",
|
|
"userProfileLayer": false,
|
|
"indexIcon": "camp-solid",
|
|
"menuColor": "#FFA439",
|
|
"menuIcon" : "camp-solid",
|
|
"menuText": "Add a new Basecamp",
|
|
"markerIcon" : "marker-camp",
|
|
"markerShape" : "square",
|
|
"markerDefaultColor2": null,
|
|
"onlyOnePerOwner": true,
|
|
"index_plus_button": true,
|
|
"public_edit_items": false,
|
|
"listed": true,
|
|
"item_presets": null,
|
|
"sort": 4
|
|
}
|
|
]
|
|
} |