Map Template

Map Template

RU | EN

Map Template

Description:

The project demonstrates installing and using the cartographic MFW library provided in a binary way.

This application is a template for developing mapping applications.

The extended MFW example with submodules.

List of used non-system libraries in the application:

Build status:

  1. example - pipeline status
  2. dev - pipeline status

Table of contents

Compatibility

The project is compatible with the 5th version of the Aurora OS.

Build features

Setting up symbolic links on Windows

To correctly clone the project on Windows, symbolic links should be set up.

Enable "Developer Mode" on Windows to allow using mklink:

  1. Go to Start - Settings - Privacy & security.
  2. Select "For Developers" on the left.
  3. Enable "Developer Mode".
  4. Restart the computer.

Configure git: git config --global core.symlinks true

Branch info

Branches

Install and run

The project being installed and run in the usual way using the Aurora SDK:
Documentation.

Screenshots

Screenshots

Project structure

The project has a standard structure of an application based on C++ and QML for Aurora OS.

  • app directory contains the application source code:
    • ru.auroraos.MapTemplate.pro file describes the project structure for the qmake build system.
    • icons directory contains application icons for different screen resolutions.
    • qml directory contains the QML source code and the UI resources.
      • cover directory contains the application cover implementations.
      • icons directory contains the custom UI icons.
      • pages directory contains the application pages.
      • MapTemplate.qml file provides the application window implementation.
    • src directory contains the C++ source code.
      • main.cpp file is the application entry point.
    • translations directory contains the UI translation files.
    • ru.auroraos.MapTemplate.desktop file defines the display and parameters for launching the application.
  • mfw directory contains a subproject describing the MFW library.
    • mfw.pro file describes instructions to install the library for the qmake build system.
  • rpm directory contains the rpm-package build settings.

Terms of use and participation in development

The source code of the project is provided under LICENSE.BSD-3-CLAUSE.md license, which allows its use in third-party applications.

The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.

Information about the contributors is specified in the AUTHORS file.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.