mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
47 lines
919 B
JSON
47 lines
919 B
JSON
{
|
|
"collection": "maps",
|
|
"field": "maplibre",
|
|
"type": "alias",
|
|
"meta": {
|
|
"collection": "maps",
|
|
"conditions": [
|
|
{
|
|
"hidden": false,
|
|
"name": "Show when maplibre tiles selected",
|
|
"options": null,
|
|
"rule": {
|
|
"_and": [
|
|
{
|
|
"tiles_type": {
|
|
"_eq": "maplibre"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "maplibre",
|
|
"group": "tile_server",
|
|
"hidden": true,
|
|
"interface": "group-detail",
|
|
"note": "Configuration for MapLibre GL vector tiles",
|
|
"options": {
|
|
"start": "open"
|
|
},
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 3,
|
|
"special": [
|
|
"alias",
|
|
"no-data",
|
|
"group"
|
|
],
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "full"
|
|
}
|
|
}
|