From 41d4ab5426b28856acd3bc0182c375229d9f0ba4 Mon Sep 17 00:00:00 2001 From: Tobias Kaminsky Date: Tue, 15 Aug 2023 10:47:52 +0200 Subject: [PATCH] add sample for size and gps Signed-off-by: Tobias Kaminsky --- developer_manual/client_apis/WebDAV/basic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 1be88745f..62652504e 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -307,9 +307,9 @@ Supported properties +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------+ | | The token of the lock. | ``files_lock/0e53dfb6-61b4-46f0-b38e-d9a428292998`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------+ -| | The pixel-size of an image. | ``TBD`` | +| | The pixel-size of an image. | ``{"width":451,"height":529}`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------+ -| | The GPS location of a file taken from EXIF data.| ``TBD`` | +| | The GPS location of a file taken from EXIF data.| ``{"latitude":52.52093727702034,"longitude":13.397258069518614}`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------+ Listing folders (rfc4918_)