Difference between revisions of "Exchange with mobile application"

From wiki.fine.cz
Jump to navigation Jump to search
m
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 in GPS coordinates
*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 for exchange with mobile application'''


* Data file has ZIP format with extension <code>.geozip</code>
* Data file has ZIP format with extension <code>.g5zip</code>
* It must contain XML file with basic specification - Default.xml (Unit system, Language, etc.)
* It must contain XML file with basic specification - Index.xml (Unit system, Language, etc.)
* It must contain templates for various items
* It must contain templates for various items
** ProjectTemplate.xml
** ProjectTemplate.xml

Revision as of 13:01, 23 March 2022

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 in GPS coordinates

Data file for exchange with mobile application

  • Data file has ZIP format with extension .g5zip
  • It must contain XML file with basic specification - Index.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, where GUID is unique GUID and EXT specifies file type