Difference between revisions of "Exchange with mobile application"
Jump to navigation
Jump to search
Petr.Bures (talk | contribs) |
Petr.Bures (talk | contribs) |
||
Line 1: | Line 1: | ||
Tady si zatím píšu úvahy, upřesním dále | |||
There are some limitations to Data and template XML file used for exchange data with mobile application: | There are some limitations to Data and template XML file used for exchange data with mobile application: | ||
* only GUIDs are used to identify items and enumerations | * only GUIDs are used to identify items and enumerations | ||
*coordinates X and Y are specified somehow in GPS coordinates - dodělat | *coordinates X and Y are specified somehow in GPS coordinates - dodělat | ||
*navrhnout datový soubor jako celek - ZIP s přílohami, zvlášť | *navrhnout datový soubor jako celek - ZIP s přílohami, zvlášť XML se šablonami a s daty | ||
'''Data file for exchange with mobile application''' | |||
* Data file has ZIP format with extension <code>.geozip</code> | |||
* It must contain XML file with basic specification - Default.xml (Unit system, Language, etc.) | |||
* It must contain templates for various items | |||
** ProjectTemplate.xml | |||
** PointsOfInterestTemplate.xml | |||
** FieldTestsTemplate.xml | |||
* It can contain data for various items - media files attachments are specified here (OriginalFilename, OriginalTimeStamp, FileType) | |||
** ProjectData.xml | |||
** PointsOfInterestData.xml | |||
** FieldTestsData.xml | |||
* It can contain media files in various formats, filename is <code>GUID.EXT</code>, where <code>GUID</code> is unique GUID and <code>EXT</code> specifies file type |
Revision as of 18:15, 22 March 2022
Tady si zatím píšu úvahy, upřesním dále
There are some limitations to Data and template XML file used for exchange data with mobile application:
- only GUIDs are used to identify items and enumerations
- coordinates X and Y are specified somehow in GPS coordinates - dodělat
- navrhnout datový soubor jako celek - ZIP s přílohami, zvlášť XML se šablonami a s daty
Data file for exchange with mobile application
- Data file has ZIP format with extension
.geozip
- It must contain XML file with basic specification - Default.xml (Unit system, Language, etc.)
- It must contain templates for various items
- ProjectTemplate.xml
- PointsOfInterestTemplate.xml
- FieldTestsTemplate.xml
- It can contain data for various items - media files attachments are specified here (OriginalFilename, OriginalTimeStamp, FileType)
- ProjectData.xml
- PointsOfInterestData.xml
- FieldTestsData.xml
- It can contain media files in various formats, filename is
GUID.EXT
, whereGUID
is unique GUID andEXT
specifies file type