Copilot b25ded083f
feat(lib): add Fullscreen Control to UtopiaMap Component (#408)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: antontranelis <31516529+antontranelis@users.noreply.github.com>
Co-authored-by: Anton Tranelis <mail@antontranelis.de>
2025-10-04 08:04:20 +02:00

57 lines
1.2 KiB
JSON

{
"collection": "maps",
"field": "geo",
"type": "json",
"meta": {
"collection": "maps",
"conditions": null,
"display": "raw",
"display_options": null,
"field": "geo",
"group": null,
"hidden": false,
"interface": null,
"note": "You can include GeoJSON",
"options": {
"defaultView": {
"bearing": 0,
"center": {
"lat": 0,
"lng": 0
},
"pitch": 0,
"zoom": 0
},
"geometryType": "Point"
},
"readonly": false,
"required": false,
"sort": 13,
"special": [
"cast-json"
],
"translations": null,
"validation": null,
"validation_message": null,
"width": "full"
},
"schema": {
"name": "geo",
"table": "maps",
"data_type": "json",
"default_value": null,
"max_length": null,
"numeric_precision": null,
"numeric_scale": null,
"is_nullable": true,
"is_unique": false,
"is_indexed": false,
"is_primary_key": false,
"is_generated": false,
"generation_expression": null,
"has_auto_increment": false,
"foreign_key_table": null,
"foreign_key_column": null
}
}